1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkSampleCountFlagBits,VkSampleCountFlagBits]] 3[source,c++] 4---- 5typedef enum VkSampleCountFlagBits { 6 VK_SAMPLE_COUNT_1_BIT = 0x00000001, 7 VK_SAMPLE_COUNT_2_BIT = 0x00000002, 8 VK_SAMPLE_COUNT_4_BIT = 0x00000004, 9 VK_SAMPLE_COUNT_8_BIT = 0x00000008, 10 VK_SAMPLE_COUNT_16_BIT = 0x00000010, 11 VK_SAMPLE_COUNT_32_BIT = 0x00000020, 12 VK_SAMPLE_COUNT_64_BIT = 0x00000040, 13} VkSampleCountFlagBits; 14---- 15