Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Library Macro Options

Edward R. Gonzalez edited this page Jan 18, 2021 · 10 revisions

Long namespace: #define VV_Option__Use_Long_Namespace

Inlining: VV_Option__Use_Inline_Hinting VV_Option__Use_Forced_Inlining

STL Exceptions (Note: right now the library does not STL exceptions but may in the future...): VV_Option__Use_STL_Exceptions

Defining your own containers:

#define VT_Option__Use_Custom_Containers

using Deque = YourContainerHere using DynamicArray = YourContainerHere

Vault 4 Use:

In a cpp file, include VaultedVulkan.hpp with the following way:

#define VV_V4_Setup_Implementation #include "VaultedVulkan.hpp

This will drop into your project the necessary implementation for the instantiated

Clone this wiki locally