VkSampleCountFlagBits | NVK Search
  1. No Results
Categories
VkSampleCountFlagBits Bitmask specifying sample counts supported for an image used for storage operations Stub
VkSampleCountFlagBits = {
  VK_SAMPLE_COUNT_1_BIT: 0x1,
  VK_SAMPLE_COUNT_2_BIT: 0x2,
  VK_SAMPLE_COUNT_4_BIT: 0x4,
  VK_SAMPLE_COUNT_8_BIT: 0x8,
  VK_SAMPLE_COUNT_16_BIT: 0x10,
  VK_SAMPLE_COUNT_32_BIT: 0x20,
  VK_SAMPLE_COUNT_64_BIT: 0x40
};
Properties VkSampleCountFlagBits.VK_SAMPLE_COUNT_1_BIT VkSampleCountFlagBits.VK_SAMPLE_COUNT_2_BIT VkSampleCountFlagBits.VK_SAMPLE_COUNT_4_BIT VkSampleCountFlagBits.VK_SAMPLE_COUNT_8_BIT VkSampleCountFlagBits.VK_SAMPLE_COUNT_16_BIT VkSampleCountFlagBits.VK_SAMPLE_COUNT_32_BIT VkSampleCountFlagBits.VK_SAMPLE_COUNT_64_BIT