20 lines
836 B
Plaintext
20 lines
836 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkSampleCountFlagBits,VkSampleCountFlagBits]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef enum VkSampleCountFlagBits {
|
|
VK_SAMPLE_COUNT_1_BIT = 0x00000001,
|
|
VK_SAMPLE_COUNT_2_BIT = 0x00000002,
|
|
VK_SAMPLE_COUNT_4_BIT = 0x00000004,
|
|
VK_SAMPLE_COUNT_8_BIT = 0x00000008,
|
|
VK_SAMPLE_COUNT_16_BIT = 0x00000010,
|
|
VK_SAMPLE_COUNT_32_BIT = 0x00000020,
|
|
VK_SAMPLE_COUNT_64_BIT = 0x00000040,
|
|
} VkSampleCountFlagBits;
|
|
------------------------------------------------------------------------------
|