11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkStencilFaceFlagBits,VkStencilFaceFlagBits]]
|
|
[source,c++]
|
|
----
|
|
typedef enum VkStencilFaceFlagBits {
|
|
VK_STENCIL_FACE_FRONT_BIT = 0x00000001,
|
|
VK_STENCIL_FACE_BACK_BIT = 0x00000002,
|
|
VK_STENCIL_FRONT_AND_BACK = 0x00000003,
|
|
} VkStencilFaceFlagBits;
|
|
----
|