erupted.types

Dlang vulkan type definitions

Members

Aliases

PFN_vkAllocationFunction
alias PFN_vkAllocationFunction = void* function(void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkDebugReportCallbackEXT
alias PFN_vkDebugReportCallbackEXT = VkBool32 function(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage, void* pUserData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkDebugUtilsMessengerCallbackEXT
alias PFN_vkDebugUtilsMessengerCallbackEXT = VkBool32 function(VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, VkDebugUtilsMessageTypeFlagsEXT messageType, const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData, void* pUserData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkFreeFunction
alias PFN_vkFreeFunction = void function(void* pUserData, void* pMemory)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkInternalAllocationNotification
alias PFN_vkInternalAllocationNotification = void function(void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkInternalFreeNotification
alias PFN_vkInternalFreeNotification = void function(void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkReallocationFunction
alias PFN_vkReallocationFunction = void* function(void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
PFN_vkVoidFunction
alias PFN_vkVoidFunction = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEFINE_NON_DISPATCHABLE_HANDLE
alias VK_DEFINE_NON_DISPATCHABLE_HANDLE(string name) = VK_DEFINE_HANDLE!name
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LUID_SIZE_KHR
alias VK_LUID_SIZE_KHR = VK_LUID_SIZE
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_DEVICE_GROUP_SIZE_KHR
alias VK_MAX_DEVICE_GROUP_SIZE_KHR = VK_MAX_DEVICE_GROUP_SIZE
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_FAMILY_EXTERNAL_KHR
alias VK_QUEUE_FAMILY_EXTERNAL_KHR = VK_QUEUE_FAMILY_EXTERNAL
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAccessFlags
alias VkAccessFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentDescriptionFlags
alias VkAttachmentDescriptionFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindBufferMemoryDeviceGroupInfoKHR
alias VkBindBufferMemoryDeviceGroupInfoKHR = VkBindBufferMemoryDeviceGroupInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindBufferMemoryInfoKHR
alias VkBindBufferMemoryInfoKHR = VkBindBufferMemoryInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImageMemoryDeviceGroupInfoKHR
alias VkBindImageMemoryDeviceGroupInfoKHR = VkBindImageMemoryDeviceGroupInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImageMemoryInfoKHR
alias VkBindImageMemoryInfoKHR = VkBindImageMemoryInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImagePlaneMemoryInfoKHR
alias VkBindImagePlaneMemoryInfoKHR = VkBindImagePlaneMemoryInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBool32
alias VkBool32 = uint32_t
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCreateFlags
alias VkBufferCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferMemoryRequirementsInfo2KHR
alias VkBufferMemoryRequirementsInfo2KHR = VkBufferMemoryRequirementsInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferUsageFlags
alias VkBufferUsageFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferViewCreateFlags
alias VkBufferViewCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkChromaLocationKHR
alias VkChromaLocationKHR = VkChromaLocation
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkColorComponentFlags
alias VkColorComponentFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferResetFlags
alias VkCommandBufferResetFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferUsageFlags
alias VkCommandBufferUsageFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolCreateFlags
alias VkCommandPoolCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolResetFlags
alias VkCommandPoolResetFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolTrimFlags
alias VkCommandPoolTrimFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolTrimFlagsKHR
alias VkCommandPoolTrimFlagsKHR = VkCommandPoolTrimFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCompositeAlphaFlagsKHR
alias VkCompositeAlphaFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCullModeFlags
alias VkCullModeFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugReportFlagsEXT
alias VkDebugReportFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessageSeverityFlagsEXT
alias VkDebugUtilsMessageSeverityFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessageTypeFlagsEXT
alias VkDebugUtilsMessageTypeFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessengerCallbackDataFlagsEXT
alias VkDebugUtilsMessengerCallbackDataFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessengerCreateFlagsEXT
alias VkDebugUtilsMessengerCreateFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDependencyFlags
alias VkDependencyFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorBindingFlagsEXT
alias VkDescriptorBindingFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorPoolCreateFlags
alias VkDescriptorPoolCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorPoolResetFlags
alias VkDescriptorPoolResetFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutCreateFlags
alias VkDescriptorSetLayoutCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutSupportKHR
alias VkDescriptorSetLayoutSupportKHR = VkDescriptorSetLayoutSupport
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateCreateFlags
alias VkDescriptorUpdateTemplateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateCreateFlagsKHR
alias VkDescriptorUpdateTemplateCreateFlagsKHR = VkDescriptorUpdateTemplateCreateFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateCreateInfoKHR
alias VkDescriptorUpdateTemplateCreateInfoKHR = VkDescriptorUpdateTemplateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateEntryKHR
alias VkDescriptorUpdateTemplateEntryKHR = VkDescriptorUpdateTemplateEntry
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateKHR
alias VkDescriptorUpdateTemplateKHR = VkDescriptorUpdateTemplate
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateTypeKHR
alias VkDescriptorUpdateTemplateTypeKHR = VkDescriptorUpdateTemplateType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceCreateFlags
alias VkDeviceCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupBindSparseInfoKHR
alias VkDeviceGroupBindSparseInfoKHR = VkDeviceGroupBindSparseInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupCommandBufferBeginInfoKHR
alias VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupDeviceCreateInfoKHR
alias VkDeviceGroupDeviceCreateInfoKHR = VkDeviceGroupDeviceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupPresentModeFlagsKHR
alias VkDeviceGroupPresentModeFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupRenderPassBeginInfoKHR
alias VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupSubmitInfoKHR
alias VkDeviceGroupSubmitInfoKHR = VkDeviceGroupSubmitInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceQueueCreateFlags
alias VkDeviceQueueCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceSize
alias VkDeviceSize = uint64_t
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayModeCreateFlagsKHR
alias VkDisplayModeCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPlaneAlphaFlagsKHR
alias VkDisplayPlaneAlphaFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplaySurfaceCreateFlagsKHR
alias VkDisplaySurfaceCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkEventCreateFlags
alias VkEventCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportFenceCreateInfoKHR
alias VkExportFenceCreateInfoKHR = VkExportFenceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMemoryAllocateInfoKHR
alias VkExportMemoryAllocateInfoKHR = VkExportMemoryAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportSemaphoreCreateInfoKHR
alias VkExportSemaphoreCreateInfoKHR = VkExportSemaphoreCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalBufferPropertiesKHR
alias VkExternalBufferPropertiesKHR = VkExternalBufferProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceFeatureFlagBitsKHR
alias VkExternalFenceFeatureFlagBitsKHR = VkExternalFenceFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceFeatureFlags
alias VkExternalFenceFeatureFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceFeatureFlagsKHR
alias VkExternalFenceFeatureFlagsKHR = VkExternalFenceFeatureFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceHandleTypeFlagBitsKHR
alias VkExternalFenceHandleTypeFlagBitsKHR = VkExternalFenceHandleTypeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceHandleTypeFlags
alias VkExternalFenceHandleTypeFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceHandleTypeFlagsKHR
alias VkExternalFenceHandleTypeFlagsKHR = VkExternalFenceHandleTypeFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFencePropertiesKHR
alias VkExternalFencePropertiesKHR = VkExternalFenceProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalImageFormatPropertiesKHR
alias VkExternalImageFormatPropertiesKHR = VkExternalImageFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryBufferCreateInfoKHR
alias VkExternalMemoryBufferCreateInfoKHR = VkExternalMemoryBufferCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryFeatureFlagBitsKHR
alias VkExternalMemoryFeatureFlagBitsKHR = VkExternalMemoryFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryFeatureFlags
alias VkExternalMemoryFeatureFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryFeatureFlagsKHR
alias VkExternalMemoryFeatureFlagsKHR = VkExternalMemoryFeatureFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryFeatureFlagsNV
alias VkExternalMemoryFeatureFlagsNV = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryHandleTypeFlagBitsKHR
alias VkExternalMemoryHandleTypeFlagBitsKHR = VkExternalMemoryHandleTypeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryHandleTypeFlags
alias VkExternalMemoryHandleTypeFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryHandleTypeFlagsKHR
alias VkExternalMemoryHandleTypeFlagsKHR = VkExternalMemoryHandleTypeFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryHandleTypeFlagsNV
alias VkExternalMemoryHandleTypeFlagsNV = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryImageCreateInfoKHR
alias VkExternalMemoryImageCreateInfoKHR = VkExternalMemoryImageCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryPropertiesKHR
alias VkExternalMemoryPropertiesKHR = VkExternalMemoryProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreFeatureFlagBitsKHR
alias VkExternalSemaphoreFeatureFlagBitsKHR = VkExternalSemaphoreFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreFeatureFlags
alias VkExternalSemaphoreFeatureFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreFeatureFlagsKHR
alias VkExternalSemaphoreFeatureFlagsKHR = VkExternalSemaphoreFeatureFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreHandleTypeFlagBitsKHR
alias VkExternalSemaphoreHandleTypeFlagBitsKHR = VkExternalSemaphoreHandleTypeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreHandleTypeFlags
alias VkExternalSemaphoreHandleTypeFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreHandleTypeFlagsKHR
alias VkExternalSemaphoreHandleTypeFlagsKHR = VkExternalSemaphoreHandleTypeFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphorePropertiesKHR
alias VkExternalSemaphorePropertiesKHR = VkExternalSemaphoreProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceCreateFlags
alias VkFenceCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceImportFlagBitsKHR
alias VkFenceImportFlagBitsKHR = VkFenceImportFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceImportFlags
alias VkFenceImportFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceImportFlagsKHR
alias VkFenceImportFlagsKHR = VkFenceImportFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFlags
alias VkFlags = uint32_t
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFormatFeatureFlags
alias VkFormatFeatureFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFormatProperties2KHR
alias VkFormatProperties2KHR = VkFormatProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFramebufferCreateFlags
alias VkFramebufferCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageAspectFlags
alias VkImageAspectFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageCreateFlags
alias VkImageCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageFormatProperties2KHR
alias VkImageFormatProperties2KHR = VkImageFormatProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageMemoryRequirementsInfo2KHR
alias VkImageMemoryRequirementsInfo2KHR = VkImageMemoryRequirementsInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImagePlaneMemoryRequirementsInfoKHR
alias VkImagePlaneMemoryRequirementsInfoKHR = VkImagePlaneMemoryRequirementsInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageSparseMemoryRequirementsInfo2KHR
alias VkImageSparseMemoryRequirementsInfo2KHR = VkImageSparseMemoryRequirementsInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageUsageFlags
alias VkImageUsageFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageViewCreateFlags
alias VkImageViewCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageViewUsageCreateInfoKHR
alias VkImageViewUsageCreateInfoKHR = VkImageViewUsageCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndirectCommandsLayoutUsageFlagsNVX
alias VkIndirectCommandsLayoutUsageFlagsNVX = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkInputAttachmentAspectReferenceKHR
alias VkInputAttachmentAspectReferenceKHR = VkInputAttachmentAspectReference
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkInstanceCreateFlags
alias VkInstanceCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateFlagBitsKHR
alias VkMemoryAllocateFlagBitsKHR = VkMemoryAllocateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateFlags
alias VkMemoryAllocateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateFlagsInfoKHR
alias VkMemoryAllocateFlagsInfoKHR = VkMemoryAllocateFlagsInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateFlagsKHR
alias VkMemoryAllocateFlagsKHR = VkMemoryAllocateFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryDedicatedAllocateInfoKHR
alias VkMemoryDedicatedAllocateInfoKHR = VkMemoryDedicatedAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryDedicatedRequirementsKHR
alias VkMemoryDedicatedRequirementsKHR = VkMemoryDedicatedRequirements
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryHeapFlags
alias VkMemoryHeapFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryMapFlags
alias VkMemoryMapFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryPropertyFlags
alias VkMemoryPropertyFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryRequirements2KHR
alias VkMemoryRequirements2KHR = VkMemoryRequirements2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectEntryUsageFlagsNVX
alias VkObjectEntryUsageFlagsNVX = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPeerMemoryFeatureFlagBitsKHR
alias VkPeerMemoryFeatureFlagBitsKHR = VkPeerMemoryFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPeerMemoryFeatureFlags
alias VkPeerMemoryFeatureFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPeerMemoryFeatureFlagsKHR
alias VkPeerMemoryFeatureFlagsKHR = VkPeerMemoryFeatureFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevice16BitStorageFeaturesKHR
alias VkPhysicalDevice16BitStorageFeaturesKHR = VkPhysicalDevice16BitStorageFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalBufferInfoKHR
alias VkPhysicalDeviceExternalBufferInfoKHR = VkPhysicalDeviceExternalBufferInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalFenceInfoKHR
alias VkPhysicalDeviceExternalFenceInfoKHR = VkPhysicalDeviceExternalFenceInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalImageFormatInfoKHR
alias VkPhysicalDeviceExternalImageFormatInfoKHR = VkPhysicalDeviceExternalImageFormatInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalSemaphoreInfoKHR
alias VkPhysicalDeviceExternalSemaphoreInfoKHR = VkPhysicalDeviceExternalSemaphoreInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceFeatures2KHR
alias VkPhysicalDeviceFeatures2KHR = VkPhysicalDeviceFeatures2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceGroupPropertiesKHR
alias VkPhysicalDeviceGroupPropertiesKHR = VkPhysicalDeviceGroupProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceIDPropertiesKHR
alias VkPhysicalDeviceIDPropertiesKHR = VkPhysicalDeviceIDProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceImageFormatInfo2KHR
alias VkPhysicalDeviceImageFormatInfo2KHR = VkPhysicalDeviceImageFormatInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMaintenance3PropertiesKHR
alias VkPhysicalDeviceMaintenance3PropertiesKHR = VkPhysicalDeviceMaintenance3Properties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMemoryProperties2KHR
alias VkPhysicalDeviceMemoryProperties2KHR = VkPhysicalDeviceMemoryProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMultiviewFeaturesKHR
alias VkPhysicalDeviceMultiviewFeaturesKHR = VkPhysicalDeviceMultiviewFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMultiviewPropertiesKHR
alias VkPhysicalDeviceMultiviewPropertiesKHR = VkPhysicalDeviceMultiviewProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevicePointClippingPropertiesKHR
alias VkPhysicalDevicePointClippingPropertiesKHR = VkPhysicalDevicePointClippingProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceProperties2KHR
alias VkPhysicalDeviceProperties2KHR = VkPhysicalDeviceProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
alias VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR = VkPhysicalDeviceSamplerYcbcrConversionFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSparseImageFormatInfo2KHR
alias VkPhysicalDeviceSparseImageFormatInfo2KHR = VkPhysicalDeviceSparseImageFormatInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceVariablePointerFeaturesKHR
alias VkPhysicalDeviceVariablePointerFeaturesKHR = VkPhysicalDeviceVariablePointerFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCacheCreateFlags
alias VkPipelineCacheCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineColorBlendStateCreateFlags
alias VkPipelineColorBlendStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCoverageModulationStateCreateFlagsNV
alias VkPipelineCoverageModulationStateCreateFlagsNV = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCoverageToColorStateCreateFlagsNV
alias VkPipelineCoverageToColorStateCreateFlagsNV = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCreateFlags
alias VkPipelineCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineDepthStencilStateCreateFlags
alias VkPipelineDepthStencilStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineDiscardRectangleStateCreateFlagsEXT
alias VkPipelineDiscardRectangleStateCreateFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineDynamicStateCreateFlags
alias VkPipelineDynamicStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineInputAssemblyStateCreateFlags
alias VkPipelineInputAssemblyStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineLayoutCreateFlags
alias VkPipelineLayoutCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineMultisampleStateCreateFlags
alias VkPipelineMultisampleStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineRasterizationConservativeStateCreateFlagsEXT
alias VkPipelineRasterizationConservativeStateCreateFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineRasterizationStateCreateFlags
alias VkPipelineRasterizationStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineShaderStageCreateFlags
alias VkPipelineShaderStageCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineStageFlags
alias VkPipelineStageFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineTessellationDomainOriginStateCreateInfoKHR
alias VkPipelineTessellationDomainOriginStateCreateInfoKHR = VkPipelineTessellationDomainOriginStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineTessellationStateCreateFlags
alias VkPipelineTessellationStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineVertexInputStateCreateFlags
alias VkPipelineVertexInputStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineViewportStateCreateFlags
alias VkPipelineViewportStateCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineViewportSwizzleStateCreateFlagsNV
alias VkPipelineViewportSwizzleStateCreateFlagsNV = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPointClippingBehaviorKHR
alias VkPointClippingBehaviorKHR = VkPointClippingBehavior
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryControlFlags
alias VkQueryControlFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryPipelineStatisticFlags
alias VkQueryPipelineStatisticFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryPoolCreateFlags
alias VkQueryPoolCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryResultFlags
alias VkQueryResultFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFamilyProperties2KHR
alias VkQueueFamilyProperties2KHR = VkQueueFamilyProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFlags
alias VkQueueFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassCreateFlags
alias VkRenderPassCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassInputAttachmentAspectCreateInfoKHR
alias VkRenderPassInputAttachmentAspectCreateInfoKHR = VkRenderPassInputAttachmentAspectCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassMultiviewCreateInfoKHR
alias VkRenderPassMultiviewCreateInfoKHR = VkRenderPassMultiviewCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSampleCountFlags
alias VkSampleCountFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSampleMask
alias VkSampleMask = uint32_t
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerCreateFlags
alias VkSamplerCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionCreateInfoKHR
alias VkSamplerYcbcrConversionCreateInfoKHR = VkSamplerYcbcrConversionCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionImageFormatPropertiesKHR
alias VkSamplerYcbcrConversionImageFormatPropertiesKHR = VkSamplerYcbcrConversionImageFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionInfoKHR
alias VkSamplerYcbcrConversionInfoKHR = VkSamplerYcbcrConversionInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionKHR
alias VkSamplerYcbcrConversionKHR = VkSamplerYcbcrConversion
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrModelConversionKHR
alias VkSamplerYcbcrModelConversionKHR = VkSamplerYcbcrModelConversion
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrRangeKHR
alias VkSamplerYcbcrRangeKHR = VkSamplerYcbcrRange
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreCreateFlags
alias VkSemaphoreCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreImportFlagBitsKHR
alias VkSemaphoreImportFlagBitsKHR = VkSemaphoreImportFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreImportFlags
alias VkSemaphoreImportFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreImportFlagsKHR
alias VkSemaphoreImportFlagsKHR = VkSemaphoreImportFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderModuleCreateFlags
alias VkShaderModuleCreateFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderStageFlags
alias VkShaderStageFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageFormatFlags
alias VkSparseImageFormatFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageFormatProperties2KHR
alias VkSparseImageFormatProperties2KHR = VkSparseImageFormatProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageMemoryRequirements2KHR
alias VkSparseImageMemoryRequirements2KHR = VkSparseImageMemoryRequirements2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseMemoryBindFlags
alias VkSparseMemoryBindFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStencilFaceFlags
alias VkStencilFaceFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubgroupFeatureFlags
alias VkSubgroupFeatureFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubpassDescriptionFlags
alias VkSubpassDescriptionFlags = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceCounterFlagsEXT
alias VkSurfaceCounterFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceTransformFlagsKHR
alias VkSurfaceTransformFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSwapchainCreateFlagsKHR
alias VkSwapchainCreateFlagsKHR = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkTessellationDomainOriginKHR
alias VkTessellationDomainOriginKHR = VkTessellationDomainOrigin
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkValidationCacheCreateFlagsEXT
alias VkValidationCacheCreateFlagsEXT = VkFlags
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
int16_t
alias int16_t = short
Undocumented in source.
int32_t
alias int32_t = int
Undocumented in source.
int64_t
alias int64_t = long
Undocumented in source.
int8_t
alias int8_t = byte
Undocumented in source.
uint16_t
alias uint16_t = ushort
Undocumented in source.
uint32_t
alias uint32_t = uint
Undocumented in source.
uint64_t
alias uint64_t = ulong
Undocumented in source.
uint8_t
alias uint8_t = ubyte
Undocumented in source.

Enums

VK_DEFINE_HANDLE
eponymoustemplate VK_DEFINE_HANDLE(string name)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEFINE_NON_DISPATCHABLE_HANDLE
eponymoustemplate VK_DEFINE_NON_DISPATCHABLE_HANDLE(string name)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAccessFlagBits
enum VkAccessFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentDescriptionFlagBits
enum VkAttachmentDescriptionFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentLoadOp
enum VkAttachmentLoadOp
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentStoreOp
enum VkAttachmentStoreOp
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBlendFactor
enum VkBlendFactor
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBlendOp
enum VkBlendOp
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBlendOverlapEXT
enum VkBlendOverlapEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBorderColor
enum VkBorderColor
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCreateFlagBits
enum VkBufferCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferUsageFlagBits
enum VkBufferUsageFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkChromaLocation
enum VkChromaLocation
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkColorComponentFlagBits
enum VkColorComponentFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkColorSpaceKHR
enum VkColorSpaceKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferLevel
enum VkCommandBufferLevel
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferResetFlagBits
enum VkCommandBufferResetFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferUsageFlagBits
enum VkCommandBufferUsageFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolCreateFlagBits
enum VkCommandPoolCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolResetFlagBits
enum VkCommandPoolResetFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCompareOp
enum VkCompareOp
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkComponentSwizzle
enum VkComponentSwizzle
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCompositeAlphaFlagBitsKHR
enum VkCompositeAlphaFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkConservativeRasterizationModeEXT
enum VkConservativeRasterizationModeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCoverageModulationModeNV
enum VkCoverageModulationModeNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCullModeFlagBits
enum VkCullModeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugReportFlagBitsEXT
enum VkDebugReportFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugReportObjectTypeEXT
enum VkDebugReportObjectTypeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessageSeverityFlagBitsEXT
enum VkDebugUtilsMessageSeverityFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessageTypeFlagBitsEXT
enum VkDebugUtilsMessageTypeFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDependencyFlagBits
enum VkDependencyFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorBindingFlagBitsEXT
enum VkDescriptorBindingFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorPoolCreateFlagBits
enum VkDescriptorPoolCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutCreateFlagBits
enum VkDescriptorSetLayoutCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorType
enum VkDescriptorType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateType
enum VkDescriptorUpdateTemplateType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceEventTypeEXT
enum VkDeviceEventTypeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupPresentModeFlagBitsKHR
enum VkDeviceGroupPresentModeFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceQueueCreateFlagBits
enum VkDeviceQueueCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDiscardRectangleModeEXT
enum VkDiscardRectangleModeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayEventTypeEXT
enum VkDisplayEventTypeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPlaneAlphaFlagBitsKHR
enum VkDisplayPlaneAlphaFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPowerStateEXT
enum VkDisplayPowerStateEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDynamicState
enum VkDynamicState
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceFeatureFlagBits
enum VkExternalFenceFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceHandleTypeFlagBits
enum VkExternalFenceHandleTypeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryFeatureFlagBits
enum VkExternalMemoryFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryFeatureFlagBitsNV
enum VkExternalMemoryFeatureFlagBitsNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryHandleTypeFlagBits
enum VkExternalMemoryHandleTypeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryHandleTypeFlagBitsNV
enum VkExternalMemoryHandleTypeFlagBitsNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreFeatureFlagBits
enum VkExternalSemaphoreFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreHandleTypeFlagBits
enum VkExternalSemaphoreHandleTypeFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceCreateFlagBits
enum VkFenceCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceImportFlagBits
enum VkFenceImportFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFilter
enum VkFilter
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFormat
enum VkFormat
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFormatFeatureFlagBits
enum VkFormatFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFrontFace
enum VkFrontFace
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageAspectFlagBits
enum VkImageAspectFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageCreateFlagBits
enum VkImageCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageLayout
enum VkImageLayout
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageTiling
enum VkImageTiling
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageType
enum VkImageType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageUsageFlagBits
enum VkImageUsageFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageViewType
enum VkImageViewType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndexType
enum VkIndexType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndirectCommandsLayoutUsageFlagBitsNVX
enum VkIndirectCommandsLayoutUsageFlagBitsNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndirectCommandsTokenTypeNVX
enum VkIndirectCommandsTokenTypeNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkInternalAllocationType
enum VkInternalAllocationType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkLogicOp
enum VkLogicOp
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateFlagBits
enum VkMemoryAllocateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryHeapFlagBits
enum VkMemoryHeapFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryPropertyFlagBits
enum VkMemoryPropertyFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectEntryTypeNVX
enum VkObjectEntryTypeNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectEntryUsageFlagBitsNVX
enum VkObjectEntryUsageFlagBitsNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectType
enum VkObjectType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPeerMemoryFeatureFlagBits
enum VkPeerMemoryFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceType
enum VkPhysicalDeviceType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineBindPoint
enum VkPipelineBindPoint
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCacheHeaderVersion
enum VkPipelineCacheHeaderVersion
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCreateFlagBits
enum VkPipelineCreateFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineStageFlagBits
enum VkPipelineStageFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPointClippingBehavior
enum VkPointClippingBehavior
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPolygonMode
enum VkPolygonMode
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentModeKHR
enum VkPresentModeKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPrimitiveTopology
enum VkPrimitiveTopology
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryControlFlagBits
enum VkQueryControlFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryPipelineStatisticFlagBits
enum VkQueryPipelineStatisticFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryResultFlagBits
enum VkQueryResultFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryType
enum VkQueryType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFlagBits
enum VkQueueFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueGlobalPriorityEXT
enum VkQueueGlobalPriorityEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRasterizationOrderAMD
enum VkRasterizationOrderAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkResult
enum VkResult
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSampleCountFlagBits
enum VkSampleCountFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerAddressMode
enum VkSamplerAddressMode
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerMipmapMode
enum VkSamplerMipmapMode
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerReductionModeEXT
enum VkSamplerReductionModeEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrModelConversion
enum VkSamplerYcbcrModelConversion
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrRange
enum VkSamplerYcbcrRange
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreImportFlagBits
enum VkSemaphoreImportFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderInfoTypeAMD
enum VkShaderInfoTypeAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderStageFlagBits
enum VkShaderStageFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSharingMode
enum VkSharingMode
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageFormatFlagBits
enum VkSparseImageFormatFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseMemoryBindFlagBits
enum VkSparseMemoryBindFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStencilFaceFlagBits
enum VkStencilFaceFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStencilOp
enum VkStencilOp
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStructureType
enum VkStructureType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubgroupFeatureFlagBits
enum VkSubgroupFeatureFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubpassContents
enum VkSubpassContents
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubpassDescriptionFlagBits
enum VkSubpassDescriptionFlagBits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceCounterFlagBitsEXT
enum VkSurfaceCounterFlagBitsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceTransformFlagBitsKHR
enum VkSurfaceTransformFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSwapchainCreateFlagBitsKHR
enum VkSwapchainCreateFlagBitsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSystemAllocationScope
enum VkSystemAllocationScope
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkTessellationDomainOrigin
enum VkTessellationDomainOrigin
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkValidationCacheHeaderVersionEXT
enum VkValidationCacheHeaderVersionEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkValidationCheckEXT
enum VkValidationCheckEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVertexInputRate
enum VkVertexInputRate
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkViewportCoordinateSwizzleNV
enum VkViewportCoordinateSwizzleNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

VK_MAKE_VERSION
uint VK_MAKE_VERSION(uint major, uint minor, uint patch)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_MAJOR
uint VK_VERSION_MAJOR(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_MINOR
uint VK_VERSION_MINOR(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.
VK_VERSION_PATCH
uint VK_VERSION_PATCH(uint ver)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

VK_ACCESS_COLOR_ATTACHMENT_READ_BIT
enum VK_ACCESS_COLOR_ATTACHMENT_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT
enum VK_ACCESS_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT
enum VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_COMMAND_PROCESS_READ_BIT_NVX
enum VK_ACCESS_COMMAND_PROCESS_READ_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_COMMAND_PROCESS_WRITE_BIT_NVX
enum VK_ACCESS_COMMAND_PROCESS_WRITE_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT
enum VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT
enum VK_ACCESS_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_FLAG_BITS_MAX_ENUM
enum VK_ACCESS_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_HOST_READ_BIT
enum VK_ACCESS_HOST_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_HOST_WRITE_BIT
enum VK_ACCESS_HOST_WRITE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_INDEX_READ_BIT
enum VK_ACCESS_INDEX_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_INDIRECT_COMMAND_READ_BIT
enum VK_ACCESS_INDIRECT_COMMAND_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_INPUT_ATTACHMENT_READ_BIT
enum VK_ACCESS_INPUT_ATTACHMENT_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_MEMORY_READ_BIT
enum VK_ACCESS_MEMORY_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_MEMORY_WRITE_BIT
enum VK_ACCESS_MEMORY_WRITE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_SHADER_READ_BIT
enum VK_ACCESS_SHADER_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_SHADER_WRITE_BIT
enum VK_ACCESS_SHADER_WRITE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_TRANSFER_READ_BIT
enum VK_ACCESS_TRANSFER_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_TRANSFER_WRITE_BIT
enum VK_ACCESS_TRANSFER_WRITE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_UNIFORM_READ_BIT
enum VK_ACCESS_UNIFORM_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT
enum VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_BUFFER_MARKER_EXTENSION_NAME
enum VK_AMD_BUFFER_MARKER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_BUFFER_MARKER_SPEC_VERSION
enum VK_AMD_BUFFER_MARKER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME
enum VK_AMD_DRAW_INDIRECT_COUNT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION
enum VK_AMD_DRAW_INDIRECT_COUNT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_GCN_SHADER_EXTENSION_NAME
enum VK_AMD_GCN_SHADER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_GCN_SHADER_SPEC_VERSION
enum VK_AMD_GCN_SHADER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME
enum VK_AMD_GPU_SHADER_HALF_FLOAT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION
enum VK_AMD_GPU_SHADER_HALF_FLOAT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME
enum VK_AMD_GPU_SHADER_INT16_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_GPU_SHADER_INT16_SPEC_VERSION
enum VK_AMD_GPU_SHADER_INT16_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME
enum VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION
enum VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME
enum VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION
enum VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME
enum VK_AMD_RASTERIZATION_ORDER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION
enum VK_AMD_RASTERIZATION_ORDER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_BALLOT_EXTENSION_NAME
enum VK_AMD_SHADER_BALLOT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_BALLOT_SPEC_VERSION
enum VK_AMD_SHADER_BALLOT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME
enum VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION
enum VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME
enum VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION
enum VK_AMD_SHADER_EXPLICIT_VERTEX_PARAMETER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME
enum VK_AMD_SHADER_FRAGMENT_MASK_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION
enum VK_AMD_SHADER_FRAGMENT_MASK_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME
enum VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION
enum VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_INFO_EXTENSION_NAME
enum VK_AMD_SHADER_INFO_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_INFO_SPEC_VERSION
enum VK_AMD_SHADER_INFO_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME
enum VK_AMD_SHADER_TRINARY_MINMAX_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION
enum VK_AMD_SHADER_TRINARY_MINMAX_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME
enum VK_AMD_TEXTURE_GATHER_BIAS_LOD_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION
enum VK_AMD_TEXTURE_GATHER_BIAS_LOD_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_buffer_marker
enum VK_AMD_buffer_marker;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_draw_indirect_count
enum VK_AMD_draw_indirect_count;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_gcn_shader
enum VK_AMD_gcn_shader;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_gpu_shader_half_float
enum VK_AMD_gpu_shader_half_float;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_gpu_shader_int16
enum VK_AMD_gpu_shader_int16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_mixed_attachment_samples
enum VK_AMD_mixed_attachment_samples;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_negative_viewport_height
enum VK_AMD_negative_viewport_height;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_rasterization_order
enum VK_AMD_rasterization_order;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_ballot
enum VK_AMD_shader_ballot;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_core_properties
enum VK_AMD_shader_core_properties;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_explicit_vertex_parameter
enum VK_AMD_shader_explicit_vertex_parameter;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_fragment_mask
enum VK_AMD_shader_fragment_mask;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_image_load_store_lod
enum VK_AMD_shader_image_load_store_lod;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_info
enum VK_AMD_shader_info;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_shader_trinary_minmax
enum VK_AMD_shader_trinary_minmax;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_AMD_texture_gather_bias_lod
enum VK_AMD_texture_gather_bias_lod;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_API_VERSION_1_0
enum VK_API_VERSION_1_0;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_API_VERSION_1_1
enum VK_API_VERSION_1_1;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_DESCRIPTION_FLAG_BITS_MAX_ENUM
enum VK_ATTACHMENT_DESCRIPTION_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT
enum VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_BEGIN_RANGE
enum VK_ATTACHMENT_LOAD_OP_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_CLEAR
enum VK_ATTACHMENT_LOAD_OP_CLEAR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_DONT_CARE
enum VK_ATTACHMENT_LOAD_OP_DONT_CARE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_END_RANGE
enum VK_ATTACHMENT_LOAD_OP_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_LOAD
enum VK_ATTACHMENT_LOAD_OP_LOAD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_MAX_ENUM
enum VK_ATTACHMENT_LOAD_OP_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_LOAD_OP_RANGE_SIZE
enum VK_ATTACHMENT_LOAD_OP_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_STORE_OP_BEGIN_RANGE
enum VK_ATTACHMENT_STORE_OP_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_STORE_OP_DONT_CARE
enum VK_ATTACHMENT_STORE_OP_DONT_CARE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_STORE_OP_END_RANGE
enum VK_ATTACHMENT_STORE_OP_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_STORE_OP_MAX_ENUM
enum VK_ATTACHMENT_STORE_OP_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_STORE_OP_RANGE_SIZE
enum VK_ATTACHMENT_STORE_OP_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_STORE_OP_STORE
enum VK_ATTACHMENT_STORE_OP_STORE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ATTACHMENT_UNUSED
enum VK_ATTACHMENT_UNUSED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_BEGIN_RANGE
enum VK_BLEND_FACTOR_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_CONSTANT_ALPHA
enum VK_BLEND_FACTOR_CONSTANT_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_CONSTANT_COLOR
enum VK_BLEND_FACTOR_CONSTANT_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_DST_ALPHA
enum VK_BLEND_FACTOR_DST_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_DST_COLOR
enum VK_BLEND_FACTOR_DST_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_END_RANGE
enum VK_BLEND_FACTOR_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_MAX_ENUM
enum VK_BLEND_FACTOR_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE
enum VK_BLEND_FACTOR_ONE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA
enum VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR
enum VK_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA
enum VK_BLEND_FACTOR_ONE_MINUS_DST_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR
enum VK_BLEND_FACTOR_ONE_MINUS_DST_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA
enum VK_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR
enum VK_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA
enum VK_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR
enum VK_BLEND_FACTOR_ONE_MINUS_SRC_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_RANGE_SIZE
enum VK_BLEND_FACTOR_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_SRC1_ALPHA
enum VK_BLEND_FACTOR_SRC1_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_SRC1_COLOR
enum VK_BLEND_FACTOR_SRC1_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_SRC_ALPHA
enum VK_BLEND_FACTOR_SRC_ALPHA;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_SRC_ALPHA_SATURATE
enum VK_BLEND_FACTOR_SRC_ALPHA_SATURATE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_SRC_COLOR
enum VK_BLEND_FACTOR_SRC_COLOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_FACTOR_ZERO
enum VK_BLEND_FACTOR_ZERO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_ADD
enum VK_BLEND_OP_ADD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_BEGIN_RANGE
enum VK_BLEND_OP_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_BLUE_EXT
enum VK_BLEND_OP_BLUE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_COLORBURN_EXT
enum VK_BLEND_OP_COLORBURN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_COLORDODGE_EXT
enum VK_BLEND_OP_COLORDODGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_CONTRAST_EXT
enum VK_BLEND_OP_CONTRAST_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DARKEN_EXT
enum VK_BLEND_OP_DARKEN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DIFFERENCE_EXT
enum VK_BLEND_OP_DIFFERENCE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DST_ATOP_EXT
enum VK_BLEND_OP_DST_ATOP_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DST_EXT
enum VK_BLEND_OP_DST_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DST_IN_EXT
enum VK_BLEND_OP_DST_IN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DST_OUT_EXT
enum VK_BLEND_OP_DST_OUT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_DST_OVER_EXT
enum VK_BLEND_OP_DST_OVER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_END_RANGE
enum VK_BLEND_OP_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_EXCLUSION_EXT
enum VK_BLEND_OP_EXCLUSION_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_GREEN_EXT
enum VK_BLEND_OP_GREEN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_HARDLIGHT_EXT
enum VK_BLEND_OP_HARDLIGHT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_HARDMIX_EXT
enum VK_BLEND_OP_HARDMIX_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_HSL_COLOR_EXT
enum VK_BLEND_OP_HSL_COLOR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_HSL_HUE_EXT
enum VK_BLEND_OP_HSL_HUE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_HSL_LUMINOSITY_EXT
enum VK_BLEND_OP_HSL_LUMINOSITY_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_HSL_SATURATION_EXT
enum VK_BLEND_OP_HSL_SATURATION_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_INVERT_EXT
enum VK_BLEND_OP_INVERT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_INVERT_OVG_EXT
enum VK_BLEND_OP_INVERT_OVG_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_INVERT_RGB_EXT
enum VK_BLEND_OP_INVERT_RGB_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_LIGHTEN_EXT
enum VK_BLEND_OP_LIGHTEN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_LINEARBURN_EXT
enum VK_BLEND_OP_LINEARBURN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_LINEARDODGE_EXT
enum VK_BLEND_OP_LINEARDODGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_LINEARLIGHT_EXT
enum VK_BLEND_OP_LINEARLIGHT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_MAX
enum VK_BLEND_OP_MAX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_MAX_ENUM
enum VK_BLEND_OP_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_MIN
enum VK_BLEND_OP_MIN;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_MINUS_CLAMPED_EXT
enum VK_BLEND_OP_MINUS_CLAMPED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_MINUS_EXT
enum VK_BLEND_OP_MINUS_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_MULTIPLY_EXT
enum VK_BLEND_OP_MULTIPLY_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_OVERLAY_EXT
enum VK_BLEND_OP_OVERLAY_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_PINLIGHT_EXT
enum VK_BLEND_OP_PINLIGHT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_PLUS_CLAMPED_ALPHA_EXT
enum VK_BLEND_OP_PLUS_CLAMPED_ALPHA_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_PLUS_CLAMPED_EXT
enum VK_BLEND_OP_PLUS_CLAMPED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_PLUS_DARKER_EXT
enum VK_BLEND_OP_PLUS_DARKER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_PLUS_EXT
enum VK_BLEND_OP_PLUS_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_RANGE_SIZE
enum VK_BLEND_OP_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_RED_EXT
enum VK_BLEND_OP_RED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_REVERSE_SUBTRACT
enum VK_BLEND_OP_REVERSE_SUBTRACT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SCREEN_EXT
enum VK_BLEND_OP_SCREEN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SOFTLIGHT_EXT
enum VK_BLEND_OP_SOFTLIGHT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SRC_ATOP_EXT
enum VK_BLEND_OP_SRC_ATOP_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SRC_EXT
enum VK_BLEND_OP_SRC_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SRC_IN_EXT
enum VK_BLEND_OP_SRC_IN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SRC_OUT_EXT
enum VK_BLEND_OP_SRC_OUT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SRC_OVER_EXT
enum VK_BLEND_OP_SRC_OVER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_SUBTRACT
enum VK_BLEND_OP_SUBTRACT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_VIVIDLIGHT_EXT
enum VK_BLEND_OP_VIVIDLIGHT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_XOR_EXT
enum VK_BLEND_OP_XOR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OP_ZERO_EXT
enum VK_BLEND_OP_ZERO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_BEGIN_RANGE_EXT
enum VK_BLEND_OVERLAP_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_CONJOINT_EXT
enum VK_BLEND_OVERLAP_CONJOINT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_DISJOINT_EXT
enum VK_BLEND_OVERLAP_DISJOINT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_END_RANGE_EXT
enum VK_BLEND_OVERLAP_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_MAX_ENUM_EXT
enum VK_BLEND_OVERLAP_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_RANGE_SIZE_EXT
enum VK_BLEND_OVERLAP_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BLEND_OVERLAP_UNCORRELATED_EXT
enum VK_BLEND_OVERLAP_UNCORRELATED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_BEGIN_RANGE
enum VK_BORDER_COLOR_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_END_RANGE
enum VK_BORDER_COLOR_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK
enum VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE
enum VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK
enum VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_INT_OPAQUE_BLACK
enum VK_BORDER_COLOR_INT_OPAQUE_BLACK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_INT_OPAQUE_WHITE
enum VK_BORDER_COLOR_INT_OPAQUE_WHITE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_INT_TRANSPARENT_BLACK
enum VK_BORDER_COLOR_INT_TRANSPARENT_BLACK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_MAX_ENUM
enum VK_BORDER_COLOR_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BORDER_COLOR_RANGE_SIZE
enum VK_BORDER_COLOR_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_CREATE_FLAG_BITS_MAX_ENUM
enum VK_BUFFER_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_CREATE_PROTECTED_BIT
enum VK_BUFFER_CREATE_PROTECTED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_CREATE_SPARSE_ALIASED_BIT
enum VK_BUFFER_CREATE_SPARSE_ALIASED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_CREATE_SPARSE_BINDING_BIT
enum VK_BUFFER_CREATE_SPARSE_BINDING_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT
enum VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_FLAG_BITS_MAX_ENUM
enum VK_BUFFER_USAGE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_INDEX_BUFFER_BIT
enum VK_BUFFER_USAGE_INDEX_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT
enum VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_STORAGE_BUFFER_BIT
enum VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT
enum VK_BUFFER_USAGE_STORAGE_TEXEL_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_TRANSFER_DST_BIT
enum VK_BUFFER_USAGE_TRANSFER_DST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_TRANSFER_SRC_BIT
enum VK_BUFFER_USAGE_TRANSFER_SRC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT
enum VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT
enum VK_BUFFER_USAGE_UNIFORM_TEXEL_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_BUFFER_USAGE_VERTEX_BUFFER_BIT
enum VK_BUFFER_USAGE_VERTEX_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_BEGIN_RANGE
enum VK_CHROMA_LOCATION_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_COSITED_EVEN
enum VK_CHROMA_LOCATION_COSITED_EVEN;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_COSITED_EVEN_KHR
enum VK_CHROMA_LOCATION_COSITED_EVEN_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_END_RANGE
enum VK_CHROMA_LOCATION_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_MAX_ENUM
enum VK_CHROMA_LOCATION_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_MIDPOINT
enum VK_CHROMA_LOCATION_MIDPOINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_MIDPOINT_KHR
enum VK_CHROMA_LOCATION_MIDPOINT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CHROMA_LOCATION_RANGE_SIZE
enum VK_CHROMA_LOCATION_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLORSPACE_SRGB_NONLINEAR_KHR
enum VK_COLORSPACE_SRGB_NONLINEAR_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_COMPONENT_A_BIT
enum VK_COLOR_COMPONENT_A_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_COMPONENT_B_BIT
enum VK_COLOR_COMPONENT_B_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_COMPONENT_FLAG_BITS_MAX_ENUM
enum VK_COLOR_COMPONENT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_COMPONENT_G_BIT
enum VK_COLOR_COMPONENT_G_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_COMPONENT_R_BIT
enum VK_COLOR_COMPONENT_R_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_ADOBERGB_LINEAR_EXT
enum VK_COLOR_SPACE_ADOBERGB_LINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_ADOBERGB_NONLINEAR_EXT
enum VK_COLOR_SPACE_ADOBERGB_NONLINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_BEGIN_RANGE_KHR
enum VK_COLOR_SPACE_BEGIN_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_BT2020_LINEAR_EXT
enum VK_COLOR_SPACE_BT2020_LINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_BT709_LINEAR_EXT
enum VK_COLOR_SPACE_BT709_LINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_BT709_NONLINEAR_EXT
enum VK_COLOR_SPACE_BT709_NONLINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_DCI_P3_LINEAR_EXT
enum VK_COLOR_SPACE_DCI_P3_LINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_DCI_P3_NONLINEAR_EXT
enum VK_COLOR_SPACE_DCI_P3_NONLINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_DISPLAY_P3_NONLINEAR_EXT
enum VK_COLOR_SPACE_DISPLAY_P3_NONLINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_DOLBYVISION_EXT
enum VK_COLOR_SPACE_DOLBYVISION_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_END_RANGE_KHR
enum VK_COLOR_SPACE_END_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT
enum VK_COLOR_SPACE_EXTENDED_SRGB_LINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT
enum VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_HDR10_HLG_EXT
enum VK_COLOR_SPACE_HDR10_HLG_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_HDR10_ST2084_EXT
enum VK_COLOR_SPACE_HDR10_ST2084_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_MAX_ENUM_KHR
enum VK_COLOR_SPACE_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_PASS_THROUGH_EXT
enum VK_COLOR_SPACE_PASS_THROUGH_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_RANGE_SIZE_KHR
enum VK_COLOR_SPACE_RANGE_SIZE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
enum VK_COLOR_SPACE_SRGB_NONLINEAR_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_LEVEL_BEGIN_RANGE
enum VK_COMMAND_BUFFER_LEVEL_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_LEVEL_END_RANGE
enum VK_COMMAND_BUFFER_LEVEL_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_LEVEL_MAX_ENUM
enum VK_COMMAND_BUFFER_LEVEL_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_LEVEL_PRIMARY
enum VK_COMMAND_BUFFER_LEVEL_PRIMARY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_LEVEL_RANGE_SIZE
enum VK_COMMAND_BUFFER_LEVEL_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_LEVEL_SECONDARY
enum VK_COMMAND_BUFFER_LEVEL_SECONDARY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_RESET_FLAG_BITS_MAX_ENUM
enum VK_COMMAND_BUFFER_RESET_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT
enum VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_USAGE_FLAG_BITS_MAX_ENUM
enum VK_COMMAND_BUFFER_USAGE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT
enum VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT
enum VK_COMMAND_BUFFER_USAGE_RENDER_PASS_CONTINUE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT
enum VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_POOL_CREATE_FLAG_BITS_MAX_ENUM
enum VK_COMMAND_POOL_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_POOL_CREATE_PROTECTED_BIT
enum VK_COMMAND_POOL_CREATE_PROTECTED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT
enum VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_POOL_CREATE_TRANSIENT_BIT
enum VK_COMMAND_POOL_CREATE_TRANSIENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_POOL_RESET_FLAG_BITS_MAX_ENUM
enum VK_COMMAND_POOL_RESET_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT
enum VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_ALWAYS
enum VK_COMPARE_OP_ALWAYS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_BEGIN_RANGE
enum VK_COMPARE_OP_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_END_RANGE
enum VK_COMPARE_OP_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_EQUAL
enum VK_COMPARE_OP_EQUAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_GREATER
enum VK_COMPARE_OP_GREATER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_GREATER_OR_EQUAL
enum VK_COMPARE_OP_GREATER_OR_EQUAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_LESS
enum VK_COMPARE_OP_LESS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_LESS_OR_EQUAL
enum VK_COMPARE_OP_LESS_OR_EQUAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_MAX_ENUM
enum VK_COMPARE_OP_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_NEVER
enum VK_COMPARE_OP_NEVER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_NOT_EQUAL
enum VK_COMPARE_OP_NOT_EQUAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPARE_OP_RANGE_SIZE
enum VK_COMPARE_OP_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_A
enum VK_COMPONENT_SWIZZLE_A;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_B
enum VK_COMPONENT_SWIZZLE_B;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_BEGIN_RANGE
enum VK_COMPONENT_SWIZZLE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_END_RANGE
enum VK_COMPONENT_SWIZZLE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_G
enum VK_COMPONENT_SWIZZLE_G;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_IDENTITY
enum VK_COMPONENT_SWIZZLE_IDENTITY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_MAX_ENUM
enum VK_COMPONENT_SWIZZLE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_ONE
enum VK_COMPONENT_SWIZZLE_ONE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_R
enum VK_COMPONENT_SWIZZLE_R;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_RANGE_SIZE
enum VK_COMPONENT_SWIZZLE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPONENT_SWIZZLE_ZERO
enum VK_COMPONENT_SWIZZLE_ZERO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPOSITE_ALPHA_FLAG_BITS_MAX_ENUM_KHR
enum VK_COMPOSITE_ALPHA_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR
enum VK_COMPOSITE_ALPHA_INHERIT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR
enum VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR
enum VK_COMPOSITE_ALPHA_POST_MULTIPLIED_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR
enum VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_BEGIN_RANGE_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_DISABLED_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_DISABLED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_END_RANGE_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_MAX_ENUM_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_RANGE_SIZE_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CONSERVATIVE_RASTERIZATION_MODE_UNDERESTIMATE_EXT
enum VK_CONSERVATIVE_RASTERIZATION_MODE_UNDERESTIMATE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_ALPHA_NV
enum VK_COVERAGE_MODULATION_MODE_ALPHA_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_BEGIN_RANGE_NV
enum VK_COVERAGE_MODULATION_MODE_BEGIN_RANGE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_END_RANGE_NV
enum VK_COVERAGE_MODULATION_MODE_END_RANGE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_MAX_ENUM_NV
enum VK_COVERAGE_MODULATION_MODE_MAX_ENUM_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_NONE_NV
enum VK_COVERAGE_MODULATION_MODE_NONE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_RANGE_SIZE_NV
enum VK_COVERAGE_MODULATION_MODE_RANGE_SIZE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_RGBA_NV
enum VK_COVERAGE_MODULATION_MODE_RGBA_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_COVERAGE_MODULATION_MODE_RGB_NV
enum VK_COVERAGE_MODULATION_MODE_RGB_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CULL_MODE_BACK_BIT
enum VK_CULL_MODE_BACK_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CULL_MODE_FLAG_BITS_MAX_ENUM
enum VK_CULL_MODE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CULL_MODE_FRONT_AND_BACK
enum VK_CULL_MODE_FRONT_AND_BACK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CULL_MODE_FRONT_BIT
enum VK_CULL_MODE_FRONT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_CULL_MODE_NONE
enum VK_CULL_MODE_NONE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_DEBUG_BIT_EXT
enum VK_DEBUG_REPORT_DEBUG_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_ERROR_BIT_EXT
enum VK_DEBUG_REPORT_ERROR_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_FLAG_BITS_MAX_ENUM_EXT
enum VK_DEBUG_REPORT_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_INFORMATION_BIT_EXT
enum VK_DEBUG_REPORT_INFORMATION_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_BEGIN_RANGE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_BUFFER_VIEW_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_BUFFER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_POOL_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_MEMORY_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_KHR_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_KHR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_MODE_KHR_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_DISPLAY_MODE_KHR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_END_RANGE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_EVENT_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_EVENT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_FENCE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_FRAMEBUFFER_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_FRAMEBUFFER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_VIEW_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_VIEW_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_INSTANCE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_MAX_ENUM_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_OBJECT_TABLE_NVX_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_OBJECT_TABLE_NVX_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_PHYSICAL_DEVICE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_CACHE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_CACHE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_LAYOUT_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_PIPELINE_LAYOUT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_QUERY_POOL_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_QUERY_POOL_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_RANGE_SIZE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_RENDER_PASS_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_RENDER_PASS_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SEMAPHORE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SHADER_MODULE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SURFACE_KHR_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SURFACE_KHR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_SWAPCHAIN_KHR_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT
enum VK_DEBUG_REPORT_OBJECT_TYPE_VALIDATION_CACHE_EXT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT
enum VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_REPORT_WARNING_BIT_EXT
enum VK_DEBUG_REPORT_WARNING_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_SEVERITY_FLAG_BITS_MAX_ENUM_EXT
enum VK_DEBUG_UTILS_MESSAGE_SEVERITY_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_SEVERITY_INFO_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_SEVERITY_INFO_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_TYPE_FLAG_BITS_MAX_ENUM_EXT
enum VK_DEBUG_UTILS_MESSAGE_TYPE_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_TYPE_GENERAL_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_TYPE_GENERAL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT
enum VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEPENDENCY_BY_REGION_BIT
enum VK_DEPENDENCY_BY_REGION_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEPENDENCY_DEVICE_GROUP_BIT
enum VK_DEPENDENCY_DEVICE_GROUP_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEPENDENCY_DEVICE_GROUP_BIT_KHR
enum VK_DEPENDENCY_DEVICE_GROUP_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEPENDENCY_FLAG_BITS_MAX_ENUM
enum VK_DEPENDENCY_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEPENDENCY_VIEW_LOCAL_BIT
enum VK_DEPENDENCY_VIEW_LOCAL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR
enum VK_DEPENDENCY_VIEW_LOCAL_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_BINDING_FLAG_BITS_MAX_ENUM_EXT
enum VK_DESCRIPTOR_BINDING_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT
enum VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT
enum VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT
enum VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT
enum VK_DESCRIPTOR_BINDING_VARIABLE_DESCRIPTOR_COUNT_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_POOL_CREATE_FLAG_BITS_MAX_ENUM
enum VK_DESCRIPTOR_POOL_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT
enum VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT
enum VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_SET_LAYOUT_CREATE_FLAG_BITS_MAX_ENUM
enum VK_DESCRIPTOR_SET_LAYOUT_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR
enum VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
enum VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_BEGIN_RANGE
enum VK_DESCRIPTOR_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
enum VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_END_RANGE
enum VK_DESCRIPTOR_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT
enum VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_MAX_ENUM
enum VK_DESCRIPTOR_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_RANGE_SIZE
enum VK_DESCRIPTOR_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE
enum VK_DESCRIPTOR_TYPE_SAMPLED_IMAGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_SAMPLER
enum VK_DESCRIPTOR_TYPE_SAMPLER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_STORAGE_BUFFER
enum VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
enum VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_STORAGE_IMAGE
enum VK_DESCRIPTOR_TYPE_STORAGE_IMAGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER
enum VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER
enum VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC
enum VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER
enum VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_BEGIN_RANGE
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_DESCRIPTOR_SET_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_END_RANGE
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_MAX_ENUM
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_RANGE_SIZE
enum VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_EVENT_TYPE_BEGIN_RANGE_EXT
enum VK_DEVICE_EVENT_TYPE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_EVENT_TYPE_DISPLAY_HOTPLUG_EXT
enum VK_DEVICE_EVENT_TYPE_DISPLAY_HOTPLUG_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_EVENT_TYPE_END_RANGE_EXT
enum VK_DEVICE_EVENT_TYPE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_EVENT_TYPE_MAX_ENUM_EXT
enum VK_DEVICE_EVENT_TYPE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_EVENT_TYPE_RANGE_SIZE_EXT
enum VK_DEVICE_EVENT_TYPE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_GROUP_PRESENT_MODE_FLAG_BITS_MAX_ENUM_KHR
enum VK_DEVICE_GROUP_PRESENT_MODE_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR
enum VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR
enum VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR
enum VK_DEVICE_GROUP_PRESENT_MODE_REMOTE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR
enum VK_DEVICE_GROUP_PRESENT_MODE_SUM_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_QUEUE_CREATE_FLAG_BITS_MAX_ENUM
enum VK_DEVICE_QUEUE_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT
enum VK_DEVICE_QUEUE_CREATE_PROTECTED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISCARD_RECTANGLE_MODE_BEGIN_RANGE_EXT
enum VK_DISCARD_RECTANGLE_MODE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISCARD_RECTANGLE_MODE_END_RANGE_EXT
enum VK_DISCARD_RECTANGLE_MODE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT
enum VK_DISCARD_RECTANGLE_MODE_EXCLUSIVE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISCARD_RECTANGLE_MODE_INCLUSIVE_EXT
enum VK_DISCARD_RECTANGLE_MODE_INCLUSIVE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISCARD_RECTANGLE_MODE_MAX_ENUM_EXT
enum VK_DISCARD_RECTANGLE_MODE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISCARD_RECTANGLE_MODE_RANGE_SIZE_EXT
enum VK_DISCARD_RECTANGLE_MODE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_EVENT_TYPE_BEGIN_RANGE_EXT
enum VK_DISPLAY_EVENT_TYPE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_EVENT_TYPE_END_RANGE_EXT
enum VK_DISPLAY_EVENT_TYPE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_EVENT_TYPE_FIRST_PIXEL_OUT_EXT
enum VK_DISPLAY_EVENT_TYPE_FIRST_PIXEL_OUT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_EVENT_TYPE_MAX_ENUM_EXT
enum VK_DISPLAY_EVENT_TYPE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_EVENT_TYPE_RANGE_SIZE_EXT
enum VK_DISPLAY_EVENT_TYPE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_PLANE_ALPHA_FLAG_BITS_MAX_ENUM_KHR
enum VK_DISPLAY_PLANE_ALPHA_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR
enum VK_DISPLAY_PLANE_ALPHA_GLOBAL_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR
enum VK_DISPLAY_PLANE_ALPHA_OPAQUE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_BIT_KHR
enum VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_PREMULTIPLIED_BIT_KHR
enum VK_DISPLAY_PLANE_ALPHA_PER_PIXEL_PREMULTIPLIED_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_BEGIN_RANGE_EXT
enum VK_DISPLAY_POWER_STATE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_END_RANGE_EXT
enum VK_DISPLAY_POWER_STATE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_MAX_ENUM_EXT
enum VK_DISPLAY_POWER_STATE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_OFF_EXT
enum VK_DISPLAY_POWER_STATE_OFF_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_ON_EXT
enum VK_DISPLAY_POWER_STATE_ON_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_RANGE_SIZE_EXT
enum VK_DISPLAY_POWER_STATE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DISPLAY_POWER_STATE_SUSPEND_EXT
enum VK_DISPLAY_POWER_STATE_SUSPEND_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_BEGIN_RANGE
enum VK_DYNAMIC_STATE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_BLEND_CONSTANTS
enum VK_DYNAMIC_STATE_BLEND_CONSTANTS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_DEPTH_BIAS
enum VK_DYNAMIC_STATE_DEPTH_BIAS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_DEPTH_BOUNDS
enum VK_DYNAMIC_STATE_DEPTH_BOUNDS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT
enum VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_END_RANGE
enum VK_DYNAMIC_STATE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_LINE_WIDTH
enum VK_DYNAMIC_STATE_LINE_WIDTH;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_MAX_ENUM
enum VK_DYNAMIC_STATE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_RANGE_SIZE
enum VK_DYNAMIC_STATE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT
enum VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_SCISSOR
enum VK_DYNAMIC_STATE_SCISSOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK
enum VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_STENCIL_REFERENCE
enum VK_DYNAMIC_STATE_STENCIL_REFERENCE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_STENCIL_WRITE_MASK
enum VK_DYNAMIC_STATE_STENCIL_WRITE_MASK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_VIEWPORT
enum VK_DYNAMIC_STATE_VIEWPORT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV
enum VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_DEVICE_LOST
enum VK_ERROR_DEVICE_LOST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_EXTENSION_NOT_PRESENT
enum VK_ERROR_EXTENSION_NOT_PRESENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_FEATURE_NOT_PRESENT
enum VK_ERROR_FEATURE_NOT_PRESENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_FORMAT_NOT_SUPPORTED
enum VK_ERROR_FORMAT_NOT_SUPPORTED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_FRAGMENTATION_EXT
enum VK_ERROR_FRAGMENTATION_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_FRAGMENTED_POOL
enum VK_ERROR_FRAGMENTED_POOL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_INCOMPATIBLE_DISPLAY_KHR
enum VK_ERROR_INCOMPATIBLE_DISPLAY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_INCOMPATIBLE_DRIVER
enum VK_ERROR_INCOMPATIBLE_DRIVER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_INITIALIZATION_FAILED
enum VK_ERROR_INITIALIZATION_FAILED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_INVALID_EXTERNAL_HANDLE
enum VK_ERROR_INVALID_EXTERNAL_HANDLE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR
enum VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_INVALID_SHADER_NV
enum VK_ERROR_INVALID_SHADER_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_LAYER_NOT_PRESENT
enum VK_ERROR_LAYER_NOT_PRESENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_MEMORY_MAP_FAILED
enum VK_ERROR_MEMORY_MAP_FAILED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_NATIVE_WINDOW_IN_USE_KHR
enum VK_ERROR_NATIVE_WINDOW_IN_USE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_NOT_PERMITTED_EXT
enum VK_ERROR_NOT_PERMITTED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_OUT_OF_DATE_KHR
enum VK_ERROR_OUT_OF_DATE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_OUT_OF_DEVICE_MEMORY
enum VK_ERROR_OUT_OF_DEVICE_MEMORY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_OUT_OF_HOST_MEMORY
enum VK_ERROR_OUT_OF_HOST_MEMORY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_OUT_OF_POOL_MEMORY
enum VK_ERROR_OUT_OF_POOL_MEMORY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_OUT_OF_POOL_MEMORY_KHR
enum VK_ERROR_OUT_OF_POOL_MEMORY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_SURFACE_LOST_KHR
enum VK_ERROR_SURFACE_LOST_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_TOO_MANY_OBJECTS
enum VK_ERROR_TOO_MANY_OBJECTS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_ERROR_VALIDATION_FAILED_EXT
enum VK_ERROR_VALIDATION_FAILED_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EVENT_RESET
enum VK_EVENT_RESET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EVENT_SET
enum VK_EVENT_SET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT
enum VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT_KHR
enum VK_EXTERNAL_FENCE_FEATURE_EXPORTABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_FEATURE_FLAG_BITS_MAX_ENUM
enum VK_EXTERNAL_FENCE_FEATURE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT
enum VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT_KHR
enum VK_EXTERNAL_FENCE_FEATURE_IMPORTABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR
enum VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT
enum VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR
enum VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV
enum VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT
enum VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR
enum VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV
enum VK_EXTERNAL_MEMORY_FEATURE_EXPORTABLE_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM
enum VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM_NV
enum VK_EXTERNAL_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT
enum VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR
enum VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV
enum VK_EXTERNAL_MEMORY_FEATURE_IMPORTABLE_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_ANDROID_HARDWARE_BUFFER_BIT_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_BIT_NV
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_KMT_BIT_NV
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_IMAGE_KMT_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D11_TEXTURE_KMT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_HEAP_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_D3D12_RESOURCE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_DMA_BUF_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM_NV
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_FLAG_BITS_MAX_ENUM_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_MAPPED_FOREIGN_MEMORY_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_NV
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_NV
enum VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT
enum VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_FEATURE_EXPORTABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_FEATURE_FLAG_BITS_MAX_ENUM
enum VK_EXTERNAL_SEMAPHORE_FEATURE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT
enum VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_FEATURE_IMPORTABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_D3D12_FENCE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR
enum VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME
enum VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION
enum VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME
enum VK_EXT_CONSERVATIVE_RASTERIZATION_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION
enum VK_EXT_CONSERVATIVE_RASTERIZATION_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEBUG_MARKER_EXTENSION_NAME
enum VK_EXT_DEBUG_MARKER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEBUG_MARKER_SPEC_VERSION
enum VK_EXT_DEBUG_MARKER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEBUG_REPORT_EXTENSION_NAME
enum VK_EXT_DEBUG_REPORT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEBUG_REPORT_SPEC_VERSION
enum VK_EXT_DEBUG_REPORT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEBUG_UTILS_EXTENSION_NAME
enum VK_EXT_DEBUG_UTILS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEBUG_UTILS_SPEC_VERSION
enum VK_EXT_DEBUG_UTILS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME
enum VK_EXT_DEPTH_RANGE_UNRESTRICTED_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION
enum VK_EXT_DEPTH_RANGE_UNRESTRICTED_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME
enum VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION
enum VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME
enum VK_EXT_DIRECT_MODE_DISPLAY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION
enum VK_EXT_DIRECT_MODE_DISPLAY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME
enum VK_EXT_DISCARD_RECTANGLES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION
enum VK_EXT_DISCARD_RECTANGLES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME
enum VK_EXT_DISPLAY_CONTROL_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DISPLAY_CONTROL_SPEC_VERSION
enum VK_EXT_DISPLAY_CONTROL_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME
enum VK_EXT_DISPLAY_SURFACE_COUNTER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION
enum VK_EXT_DISPLAY_SURFACE_COUNTER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME
enum VK_EXT_EXTERNAL_MEMORY_DMA_BUF_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION
enum VK_EXT_EXTERNAL_MEMORY_DMA_BUF_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME
enum VK_EXT_EXTERNAL_MEMORY_HOST_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION
enum VK_EXT_EXTERNAL_MEMORY_HOST_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME
enum VK_EXT_GLOBAL_PRIORITY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION
enum VK_EXT_GLOBAL_PRIORITY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_HDR_METADATA_EXTENSION_NAME
enum VK_EXT_HDR_METADATA_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_HDR_METADATA_SPEC_VERSION
enum VK_EXT_HDR_METADATA_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME
enum VK_EXT_POST_DEPTH_COVERAGE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION
enum VK_EXT_POST_DEPTH_COVERAGE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME
enum VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION
enum VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME
enum VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION
enum VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME
enum VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION
enum VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME
enum VK_EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION
enum VK_EXT_SHADER_STENCIL_EXPORT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME
enum VK_EXT_SHADER_SUBGROUP_BALLOT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION
enum VK_EXT_SHADER_SUBGROUP_BALLOT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME
enum VK_EXT_SHADER_SUBGROUP_VOTE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION
enum VK_EXT_SHADER_SUBGROUP_VOTE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME
enum VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION
enum VK_EXT_SHADER_VIEWPORT_INDEX_LAYER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME
enum VK_EXT_SWAPCHAIN_COLOR_SPACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION
enum VK_EXT_SWAPCHAIN_COLOR_SPACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VALIDATION_CACHE_EXTENSION_NAME
enum VK_EXT_VALIDATION_CACHE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VALIDATION_CACHE_SPEC_VERSION
enum VK_EXT_VALIDATION_CACHE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME
enum VK_EXT_VALIDATION_FLAGS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VALIDATION_FLAGS_SPEC_VERSION
enum VK_EXT_VALIDATION_FLAGS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME
enum VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION
enum VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_blend_operation_advanced
enum VK_EXT_blend_operation_advanced;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_conservative_rasterization
enum VK_EXT_conservative_rasterization;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_debug_marker
enum VK_EXT_debug_marker;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_debug_report
enum VK_EXT_debug_report;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_debug_utils
enum VK_EXT_debug_utils;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_depth_range_unrestricted
enum VK_EXT_depth_range_unrestricted;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_descriptor_indexing
enum VK_EXT_descriptor_indexing;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_direct_mode_display
enum VK_EXT_direct_mode_display;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_discard_rectangles
enum VK_EXT_discard_rectangles;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_display_control
enum VK_EXT_display_control;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_display_surface_counter
enum VK_EXT_display_surface_counter;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_external_memory_dma_buf
enum VK_EXT_external_memory_dma_buf;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_external_memory_host
enum VK_EXT_external_memory_host;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_global_priority
enum VK_EXT_global_priority;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_hdr_metadata
enum VK_EXT_hdr_metadata;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_post_depth_coverage
enum VK_EXT_post_depth_coverage;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_queue_family_foreign
enum VK_EXT_queue_family_foreign;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_sample_locations
enum VK_EXT_sample_locations;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_sampler_filter_minmax
enum VK_EXT_sampler_filter_minmax;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_shader_stencil_export
enum VK_EXT_shader_stencil_export;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_shader_subgroup_ballot
enum VK_EXT_shader_subgroup_ballot;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_shader_subgroup_vote
enum VK_EXT_shader_subgroup_vote;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_shader_viewport_index_layer
enum VK_EXT_shader_viewport_index_layer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_swapchain_colorspace
enum VK_EXT_swapchain_colorspace;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_validation_cache
enum VK_EXT_validation_cache;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_validation_flags
enum VK_EXT_validation_flags;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_EXT_vertex_attribute_divisor
enum VK_EXT_vertex_attribute_divisor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FALSE
enum VK_FALSE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FENCE_CREATE_FLAG_BITS_MAX_ENUM
enum VK_FENCE_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FENCE_CREATE_SIGNALED_BIT
enum VK_FENCE_CREATE_SIGNALED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FENCE_IMPORT_FLAG_BITS_MAX_ENUM
enum VK_FENCE_IMPORT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FENCE_IMPORT_TEMPORARY_BIT
enum VK_FENCE_IMPORT_TEMPORARY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FENCE_IMPORT_TEMPORARY_BIT_KHR
enum VK_FENCE_IMPORT_TEMPORARY_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_BEGIN_RANGE
enum VK_FILTER_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_CUBIC_IMG
enum VK_FILTER_CUBIC_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_END_RANGE
enum VK_FILTER_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_LINEAR
enum VK_FILTER_LINEAR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_MAX_ENUM
enum VK_FILTER_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_NEAREST
enum VK_FILTER_NEAREST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FILTER_RANGE_SIZE
enum VK_FILTER_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A1R5G5B5_UNORM_PACK16
enum VK_FORMAT_A1R5G5B5_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2B10G10R10_SINT_PACK32
enum VK_FORMAT_A2B10G10R10_SINT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2B10G10R10_SNORM_PACK32
enum VK_FORMAT_A2B10G10R10_SNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2B10G10R10_SSCALED_PACK32
enum VK_FORMAT_A2B10G10R10_SSCALED_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2B10G10R10_UINT_PACK32
enum VK_FORMAT_A2B10G10R10_UINT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2B10G10R10_UNORM_PACK32
enum VK_FORMAT_A2B10G10R10_UNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2B10G10R10_USCALED_PACK32
enum VK_FORMAT_A2B10G10R10_USCALED_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2R10G10B10_SINT_PACK32
enum VK_FORMAT_A2R10G10B10_SINT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2R10G10B10_SNORM_PACK32
enum VK_FORMAT_A2R10G10B10_SNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2R10G10B10_SSCALED_PACK32
enum VK_FORMAT_A2R10G10B10_SSCALED_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2R10G10B10_UINT_PACK32
enum VK_FORMAT_A2R10G10B10_UINT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2R10G10B10_UNORM_PACK32
enum VK_FORMAT_A2R10G10B10_UNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A2R10G10B10_USCALED_PACK32
enum VK_FORMAT_A2R10G10B10_USCALED_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_SINT_PACK32
enum VK_FORMAT_A8B8G8R8_SINT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_SNORM_PACK32
enum VK_FORMAT_A8B8G8R8_SNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_SRGB_PACK32
enum VK_FORMAT_A8B8G8R8_SRGB_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_SSCALED_PACK32
enum VK_FORMAT_A8B8G8R8_SSCALED_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_UINT_PACK32
enum VK_FORMAT_A8B8G8R8_UINT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_UNORM_PACK32
enum VK_FORMAT_A8B8G8R8_UNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_A8B8G8R8_USCALED_PACK32
enum VK_FORMAT_A8B8G8R8_USCALED_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x10_SRGB_BLOCK
enum VK_FORMAT_ASTC_10x10_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x10_UNORM_BLOCK
enum VK_FORMAT_ASTC_10x10_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x5_SRGB_BLOCK
enum VK_FORMAT_ASTC_10x5_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x5_UNORM_BLOCK
enum VK_FORMAT_ASTC_10x5_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x6_SRGB_BLOCK
enum VK_FORMAT_ASTC_10x6_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x6_UNORM_BLOCK
enum VK_FORMAT_ASTC_10x6_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x8_SRGB_BLOCK
enum VK_FORMAT_ASTC_10x8_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_10x8_UNORM_BLOCK
enum VK_FORMAT_ASTC_10x8_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_12x10_SRGB_BLOCK
enum VK_FORMAT_ASTC_12x10_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_12x10_UNORM_BLOCK
enum VK_FORMAT_ASTC_12x10_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_12x12_SRGB_BLOCK
enum VK_FORMAT_ASTC_12x12_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_12x12_UNORM_BLOCK
enum VK_FORMAT_ASTC_12x12_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_4x4_SRGB_BLOCK
enum VK_FORMAT_ASTC_4x4_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_4x4_UNORM_BLOCK
enum VK_FORMAT_ASTC_4x4_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_5x4_SRGB_BLOCK
enum VK_FORMAT_ASTC_5x4_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_5x4_UNORM_BLOCK
enum VK_FORMAT_ASTC_5x4_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_5x5_SRGB_BLOCK
enum VK_FORMAT_ASTC_5x5_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_5x5_UNORM_BLOCK
enum VK_FORMAT_ASTC_5x5_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_6x5_SRGB_BLOCK
enum VK_FORMAT_ASTC_6x5_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_6x5_UNORM_BLOCK
enum VK_FORMAT_ASTC_6x5_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_6x6_SRGB_BLOCK
enum VK_FORMAT_ASTC_6x6_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_6x6_UNORM_BLOCK
enum VK_FORMAT_ASTC_6x6_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_8x5_SRGB_BLOCK
enum VK_FORMAT_ASTC_8x5_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_8x5_UNORM_BLOCK
enum VK_FORMAT_ASTC_8x5_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_8x6_SRGB_BLOCK
enum VK_FORMAT_ASTC_8x6_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_8x6_UNORM_BLOCK
enum VK_FORMAT_ASTC_8x6_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_8x8_SRGB_BLOCK
enum VK_FORMAT_ASTC_8x8_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ASTC_8x8_UNORM_BLOCK
enum VK_FORMAT_ASTC_8x8_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B10G11R11_UFLOAT_PACK32
enum VK_FORMAT_B10G11R11_UFLOAT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16
enum VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR
enum VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16
enum VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR
enum VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B16G16R16G16_422_UNORM
enum VK_FORMAT_B16G16R16G16_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B16G16R16G16_422_UNORM_KHR
enum VK_FORMAT_B16G16R16G16_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B4G4R4A4_UNORM_PACK16
enum VK_FORMAT_B4G4R4A4_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B5G5R5A1_UNORM_PACK16
enum VK_FORMAT_B5G5R5A1_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B5G6R5_UNORM_PACK16
enum VK_FORMAT_B5G6R5_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_SINT
enum VK_FORMAT_B8G8R8A8_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_SNORM
enum VK_FORMAT_B8G8R8A8_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_SRGB
enum VK_FORMAT_B8G8R8A8_SRGB;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_SSCALED
enum VK_FORMAT_B8G8R8A8_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_UINT
enum VK_FORMAT_B8G8R8A8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_UNORM
enum VK_FORMAT_B8G8R8A8_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8A8_USCALED
enum VK_FORMAT_B8G8R8A8_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8G8_422_UNORM
enum VK_FORMAT_B8G8R8G8_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8G8_422_UNORM_KHR
enum VK_FORMAT_B8G8R8G8_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_SINT
enum VK_FORMAT_B8G8R8_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_SNORM
enum VK_FORMAT_B8G8R8_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_SRGB
enum VK_FORMAT_B8G8R8_SRGB;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_SSCALED
enum VK_FORMAT_B8G8R8_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_UINT
enum VK_FORMAT_B8G8R8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_UNORM
enum VK_FORMAT_B8G8R8_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_B8G8R8_USCALED
enum VK_FORMAT_B8G8R8_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC1_RGBA_SRGB_BLOCK
enum VK_FORMAT_BC1_RGBA_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC1_RGBA_UNORM_BLOCK
enum VK_FORMAT_BC1_RGBA_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC1_RGB_SRGB_BLOCK
enum VK_FORMAT_BC1_RGB_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC1_RGB_UNORM_BLOCK
enum VK_FORMAT_BC1_RGB_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC2_SRGB_BLOCK
enum VK_FORMAT_BC2_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC2_UNORM_BLOCK
enum VK_FORMAT_BC2_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC3_SRGB_BLOCK
enum VK_FORMAT_BC3_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC3_UNORM_BLOCK
enum VK_FORMAT_BC3_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC4_SNORM_BLOCK
enum VK_FORMAT_BC4_SNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC4_UNORM_BLOCK
enum VK_FORMAT_BC4_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC5_SNORM_BLOCK
enum VK_FORMAT_BC5_SNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC5_UNORM_BLOCK
enum VK_FORMAT_BC5_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC6H_SFLOAT_BLOCK
enum VK_FORMAT_BC6H_SFLOAT_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC6H_UFLOAT_BLOCK
enum VK_FORMAT_BC6H_UFLOAT_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC7_SRGB_BLOCK
enum VK_FORMAT_BC7_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BC7_UNORM_BLOCK
enum VK_FORMAT_BC7_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_BEGIN_RANGE
enum VK_FORMAT_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_D16_UNORM
enum VK_FORMAT_D16_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_D16_UNORM_S8_UINT
enum VK_FORMAT_D16_UNORM_S8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_D24_UNORM_S8_UINT
enum VK_FORMAT_D24_UNORM_S8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_D32_SFLOAT
enum VK_FORMAT_D32_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_D32_SFLOAT_S8_UINT
enum VK_FORMAT_D32_SFLOAT_S8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_E5B9G9R9_UFLOAT_PACK32
enum VK_FORMAT_E5B9G9R9_UFLOAT_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_EAC_R11G11_SNORM_BLOCK
enum VK_FORMAT_EAC_R11G11_SNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_EAC_R11G11_UNORM_BLOCK
enum VK_FORMAT_EAC_R11G11_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_EAC_R11_SNORM_BLOCK
enum VK_FORMAT_EAC_R11_SNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_EAC_R11_UNORM_BLOCK
enum VK_FORMAT_EAC_R11_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_END_RANGE
enum VK_FORMAT_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK
enum VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK
enum VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK
enum VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK
enum VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK
enum VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK
enum VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_BLIT_DST_BIT
enum VK_FORMAT_FEATURE_BLIT_DST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_BLIT_SRC_BIT
enum VK_FORMAT_FEATURE_BLIT_SRC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT
enum VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT
enum VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT
enum VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR
enum VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT
enum VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_DISJOINT_BIT
enum VK_FORMAT_FEATURE_DISJOINT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_DISJOINT_BIT_KHR
enum VK_FORMAT_FEATURE_DISJOINT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_FLAG_BITS_MAX_ENUM
enum VK_FORMAT_FEATURE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT
enum VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR
enum VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR
enum VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT
enum VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT
enum VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT
enum VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT
enum VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_TRANSFER_DST_BIT
enum VK_FORMAT_FEATURE_TRANSFER_DST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR
enum VK_FORMAT_FEATURE_TRANSFER_DST_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_TRANSFER_SRC_BIT
enum VK_FORMAT_FEATURE_TRANSFER_SRC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR
enum VK_FORMAT_FEATURE_TRANSFER_SRC_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT
enum VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
enum VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16
enum VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR
enum VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16
enum VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR
enum VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16
enum VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR
enum VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16
enum VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR
enum VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16
enum VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR
enum VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16
enum VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR
enum VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16
enum VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR
enum VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16
enum VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR
enum VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16
enum VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR
enum VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16
enum VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR
enum VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16
enum VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR
enum VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16
enum VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR
enum VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16B16G16R16_422_UNORM
enum VK_FORMAT_G16B16G16R16_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16B16G16R16_422_UNORM_KHR
enum VK_FORMAT_G16B16G16R16_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16R16_2PLANE_420_UNORM
enum VK_FORMAT_G16_B16R16_2PLANE_420_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR
enum VK_FORMAT_G16_B16R16_2PLANE_420_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16R16_2PLANE_422_UNORM
enum VK_FORMAT_G16_B16R16_2PLANE_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR
enum VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM
enum VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR
enum VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM
enum VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR
enum VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM
enum VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR
enum VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8B8G8R8_422_UNORM
enum VK_FORMAT_G8B8G8R8_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8B8G8R8_422_UNORM_KHR
enum VK_FORMAT_G8B8G8R8_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8R8_2PLANE_420_UNORM
enum VK_FORMAT_G8_B8R8_2PLANE_420_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR
enum VK_FORMAT_G8_B8R8_2PLANE_420_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8R8_2PLANE_422_UNORM
enum VK_FORMAT_G8_B8R8_2PLANE_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR
enum VK_FORMAT_G8_B8R8_2PLANE_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM
enum VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR
enum VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM
enum VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR
enum VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM
enum VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR
enum VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_MAX_ENUM
enum VK_FORMAT_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG
enum VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG
enum VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG
enum VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG
enum VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG
enum VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG
enum VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG
enum VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG
enum VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16
enum VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR
enum VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R10X6G10X6_UNORM_2PACK16
enum VK_FORMAT_R10X6G10X6_UNORM_2PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR
enum VK_FORMAT_R10X6G10X6_UNORM_2PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R10X6_UNORM_PACK16
enum VK_FORMAT_R10X6_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R10X6_UNORM_PACK16_KHR
enum VK_FORMAT_R10X6_UNORM_PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16
enum VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR
enum VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R12X4G12X4_UNORM_2PACK16
enum VK_FORMAT_R12X4G12X4_UNORM_2PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR
enum VK_FORMAT_R12X4G12X4_UNORM_2PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R12X4_UNORM_PACK16
enum VK_FORMAT_R12X4_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R12X4_UNORM_PACK16_KHR
enum VK_FORMAT_R12X4_UNORM_PACK16_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_SFLOAT
enum VK_FORMAT_R16G16B16A16_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_SINT
enum VK_FORMAT_R16G16B16A16_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_SNORM
enum VK_FORMAT_R16G16B16A16_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_SSCALED
enum VK_FORMAT_R16G16B16A16_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_UINT
enum VK_FORMAT_R16G16B16A16_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_UNORM
enum VK_FORMAT_R16G16B16A16_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16A16_USCALED
enum VK_FORMAT_R16G16B16A16_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_SFLOAT
enum VK_FORMAT_R16G16B16_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_SINT
enum VK_FORMAT_R16G16B16_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_SNORM
enum VK_FORMAT_R16G16B16_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_SSCALED
enum VK_FORMAT_R16G16B16_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_UINT
enum VK_FORMAT_R16G16B16_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_UNORM
enum VK_FORMAT_R16G16B16_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16B16_USCALED
enum VK_FORMAT_R16G16B16_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_SFLOAT
enum VK_FORMAT_R16G16_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_SINT
enum VK_FORMAT_R16G16_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_SNORM
enum VK_FORMAT_R16G16_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_SSCALED
enum VK_FORMAT_R16G16_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_UINT
enum VK_FORMAT_R16G16_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_UNORM
enum VK_FORMAT_R16G16_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16G16_USCALED
enum VK_FORMAT_R16G16_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_SFLOAT
enum VK_FORMAT_R16_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_SINT
enum VK_FORMAT_R16_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_SNORM
enum VK_FORMAT_R16_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_SSCALED
enum VK_FORMAT_R16_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_UINT
enum VK_FORMAT_R16_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_UNORM
enum VK_FORMAT_R16_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R16_USCALED
enum VK_FORMAT_R16_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32B32A32_SFLOAT
enum VK_FORMAT_R32G32B32A32_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32B32A32_SINT
enum VK_FORMAT_R32G32B32A32_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32B32A32_UINT
enum VK_FORMAT_R32G32B32A32_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32B32_SFLOAT
enum VK_FORMAT_R32G32B32_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32B32_SINT
enum VK_FORMAT_R32G32B32_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32B32_UINT
enum VK_FORMAT_R32G32B32_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32_SFLOAT
enum VK_FORMAT_R32G32_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32_SINT
enum VK_FORMAT_R32G32_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32G32_UINT
enum VK_FORMAT_R32G32_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32_SFLOAT
enum VK_FORMAT_R32_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32_SINT
enum VK_FORMAT_R32_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R32_UINT
enum VK_FORMAT_R32_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R4G4B4A4_UNORM_PACK16
enum VK_FORMAT_R4G4B4A4_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R4G4_UNORM_PACK8
enum VK_FORMAT_R4G4_UNORM_PACK8;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R5G5B5A1_UNORM_PACK16
enum VK_FORMAT_R5G5B5A1_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R5G6B5_UNORM_PACK16
enum VK_FORMAT_R5G6B5_UNORM_PACK16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64B64A64_SFLOAT
enum VK_FORMAT_R64G64B64A64_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64B64A64_SINT
enum VK_FORMAT_R64G64B64A64_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64B64A64_UINT
enum VK_FORMAT_R64G64B64A64_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64B64_SFLOAT
enum VK_FORMAT_R64G64B64_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64B64_SINT
enum VK_FORMAT_R64G64B64_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64B64_UINT
enum VK_FORMAT_R64G64B64_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64_SFLOAT
enum VK_FORMAT_R64G64_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64_SINT
enum VK_FORMAT_R64G64_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64G64_UINT
enum VK_FORMAT_R64G64_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64_SFLOAT
enum VK_FORMAT_R64_SFLOAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64_SINT
enum VK_FORMAT_R64_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R64_UINT
enum VK_FORMAT_R64_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_SINT
enum VK_FORMAT_R8G8B8A8_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_SNORM
enum VK_FORMAT_R8G8B8A8_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_SRGB
enum VK_FORMAT_R8G8B8A8_SRGB;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_SSCALED
enum VK_FORMAT_R8G8B8A8_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_UINT
enum VK_FORMAT_R8G8B8A8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_UNORM
enum VK_FORMAT_R8G8B8A8_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8A8_USCALED
enum VK_FORMAT_R8G8B8A8_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_SINT
enum VK_FORMAT_R8G8B8_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_SNORM
enum VK_FORMAT_R8G8B8_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_SRGB
enum VK_FORMAT_R8G8B8_SRGB;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_SSCALED
enum VK_FORMAT_R8G8B8_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_UINT
enum VK_FORMAT_R8G8B8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_UNORM
enum VK_FORMAT_R8G8B8_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8B8_USCALED
enum VK_FORMAT_R8G8B8_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_SINT
enum VK_FORMAT_R8G8_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_SNORM
enum VK_FORMAT_R8G8_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_SRGB
enum VK_FORMAT_R8G8_SRGB;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_SSCALED
enum VK_FORMAT_R8G8_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_UINT
enum VK_FORMAT_R8G8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_UNORM
enum VK_FORMAT_R8G8_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8G8_USCALED
enum VK_FORMAT_R8G8_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_SINT
enum VK_FORMAT_R8_SINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_SNORM
enum VK_FORMAT_R8_SNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_SRGB
enum VK_FORMAT_R8_SRGB;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_SSCALED
enum VK_FORMAT_R8_SSCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_UINT
enum VK_FORMAT_R8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_UNORM
enum VK_FORMAT_R8_UNORM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_R8_USCALED
enum VK_FORMAT_R8_USCALED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_RANGE_SIZE
enum VK_FORMAT_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_S8_UINT
enum VK_FORMAT_S8_UINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_UNDEFINED
enum VK_FORMAT_UNDEFINED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FORMAT_X8_D24_UNORM_PACK32
enum VK_FORMAT_X8_D24_UNORM_PACK32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FRONT_FACE_BEGIN_RANGE
enum VK_FRONT_FACE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FRONT_FACE_CLOCKWISE
enum VK_FRONT_FACE_CLOCKWISE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FRONT_FACE_COUNTER_CLOCKWISE
enum VK_FRONT_FACE_COUNTER_CLOCKWISE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FRONT_FACE_END_RANGE
enum VK_FRONT_FACE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FRONT_FACE_MAX_ENUM
enum VK_FRONT_FACE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_FRONT_FACE_RANGE_SIZE
enum VK_FRONT_FACE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME
enum VK_GOOGLE_DISPLAY_TIMING_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION
enum VK_GOOGLE_DISPLAY_TIMING_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_GOOGLE_display_timing
enum VK_GOOGLE_display_timing;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_HEADER_VERSION
enum VK_HEADER_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_COLOR_BIT
enum VK_IMAGE_ASPECT_COLOR_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_DEPTH_BIT
enum VK_IMAGE_ASPECT_DEPTH_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_FLAG_BITS_MAX_ENUM
enum VK_IMAGE_ASPECT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_METADATA_BIT
enum VK_IMAGE_ASPECT_METADATA_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_PLANE_0_BIT
enum VK_IMAGE_ASPECT_PLANE_0_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_PLANE_0_BIT_KHR
enum VK_IMAGE_ASPECT_PLANE_0_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_PLANE_1_BIT
enum VK_IMAGE_ASPECT_PLANE_1_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_PLANE_1_BIT_KHR
enum VK_IMAGE_ASPECT_PLANE_1_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_PLANE_2_BIT
enum VK_IMAGE_ASPECT_PLANE_2_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_PLANE_2_BIT_KHR
enum VK_IMAGE_ASPECT_PLANE_2_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_ASPECT_STENCIL_BIT
enum VK_IMAGE_ASPECT_STENCIL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT
enum VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR
enum VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_ALIAS_BIT
enum VK_IMAGE_CREATE_ALIAS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_ALIAS_BIT_KHR
enum VK_IMAGE_CREATE_ALIAS_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT
enum VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR
enum VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT
enum VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_DISJOINT_BIT
enum VK_IMAGE_CREATE_DISJOINT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_DISJOINT_BIT_KHR
enum VK_IMAGE_CREATE_DISJOINT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_EXTENDED_USAGE_BIT
enum VK_IMAGE_CREATE_EXTENDED_USAGE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_EXTENDED_USAGE_BIT_KHR
enum VK_IMAGE_CREATE_EXTENDED_USAGE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM
enum VK_IMAGE_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT
enum VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_PROTECTED_BIT
enum VK_IMAGE_CREATE_PROTECTED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT
enum VK_IMAGE_CREATE_SAMPLE_LOCATIONS_COMPATIBLE_DEPTH_BIT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_SPARSE_ALIASED_BIT
enum VK_IMAGE_CREATE_SPARSE_ALIASED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_SPARSE_BINDING_BIT
enum VK_IMAGE_CREATE_SPARSE_BINDING_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT
enum VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT
enum VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR
enum VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_BEGIN_RANGE
enum VK_IMAGE_LAYOUT_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL
enum VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL
enum VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR
enum VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL
enum VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR
enum VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL
enum VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL
enum VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_END_RANGE
enum VK_IMAGE_LAYOUT_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_GENERAL
enum VK_IMAGE_LAYOUT_GENERAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_MAX_ENUM
enum VK_IMAGE_LAYOUT_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_PREINITIALIZED
enum VK_IMAGE_LAYOUT_PREINITIALIZED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR
enum VK_IMAGE_LAYOUT_PRESENT_SRC_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_RANGE_SIZE
enum VK_IMAGE_LAYOUT_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL
enum VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR
enum VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
enum VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL
enum VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_LAYOUT_UNDEFINED
enum VK_IMAGE_LAYOUT_UNDEFINED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TILING_BEGIN_RANGE
enum VK_IMAGE_TILING_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TILING_END_RANGE
enum VK_IMAGE_TILING_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TILING_LINEAR
enum VK_IMAGE_TILING_LINEAR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TILING_MAX_ENUM
enum VK_IMAGE_TILING_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TILING_OPTIMAL
enum VK_IMAGE_TILING_OPTIMAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TILING_RANGE_SIZE
enum VK_IMAGE_TILING_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_1D
enum VK_IMAGE_TYPE_1D;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_2D
enum VK_IMAGE_TYPE_2D;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_3D
enum VK_IMAGE_TYPE_3D;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_BEGIN_RANGE
enum VK_IMAGE_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_END_RANGE
enum VK_IMAGE_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_MAX_ENUM
enum VK_IMAGE_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_TYPE_RANGE_SIZE
enum VK_IMAGE_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
enum VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT
enum VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_FLAG_BITS_MAX_ENUM
enum VK_IMAGE_USAGE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT
enum VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_SAMPLED_BIT
enum VK_IMAGE_USAGE_SAMPLED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_STORAGE_BIT
enum VK_IMAGE_USAGE_STORAGE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_TRANSFER_DST_BIT
enum VK_IMAGE_USAGE_TRANSFER_DST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_TRANSFER_SRC_BIT
enum VK_IMAGE_USAGE_TRANSFER_SRC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT
enum VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_1D
enum VK_IMAGE_VIEW_TYPE_1D;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_1D_ARRAY
enum VK_IMAGE_VIEW_TYPE_1D_ARRAY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_2D
enum VK_IMAGE_VIEW_TYPE_2D;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_2D_ARRAY
enum VK_IMAGE_VIEW_TYPE_2D_ARRAY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_3D
enum VK_IMAGE_VIEW_TYPE_3D;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_BEGIN_RANGE
enum VK_IMAGE_VIEW_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_CUBE
enum VK_IMAGE_VIEW_TYPE_CUBE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_CUBE_ARRAY
enum VK_IMAGE_VIEW_TYPE_CUBE_ARRAY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_END_RANGE
enum VK_IMAGE_VIEW_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_MAX_ENUM
enum VK_IMAGE_VIEW_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMAGE_VIEW_TYPE_RANGE_SIZE
enum VK_IMAGE_VIEW_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMG_FILTER_CUBIC_EXTENSION_NAME
enum VK_IMG_FILTER_CUBIC_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMG_FILTER_CUBIC_SPEC_VERSION
enum VK_IMG_FILTER_CUBIC_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMG_FORMAT_PVRTC_EXTENSION_NAME
enum VK_IMG_FORMAT_PVRTC_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMG_FORMAT_PVRTC_SPEC_VERSION
enum VK_IMG_FORMAT_PVRTC_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMG_filter_cubic
enum VK_IMG_filter_cubic;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_IMG_format_pvrtc
enum VK_IMG_format_pvrtc;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INCOMPLETE
enum VK_INCOMPLETE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDEX_TYPE_BEGIN_RANGE
enum VK_INDEX_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDEX_TYPE_END_RANGE
enum VK_INDEX_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDEX_TYPE_MAX_ENUM
enum VK_INDEX_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDEX_TYPE_RANGE_SIZE
enum VK_INDEX_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDEX_TYPE_UINT16
enum VK_INDEX_TYPE_UINT16;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDEX_TYPE_UINT32
enum VK_INDEX_TYPE_UINT32;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EMPTY_EXECUTIONS_BIT_NVX
enum VK_INDIRECT_COMMANDS_LAYOUT_USAGE_EMPTY_EXECUTIONS_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_LAYOUT_USAGE_FLAG_BITS_MAX_ENUM_NVX
enum VK_INDIRECT_COMMANDS_LAYOUT_USAGE_FLAG_BITS_MAX_ENUM_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_LAYOUT_USAGE_INDEXED_SEQUENCES_BIT_NVX
enum VK_INDIRECT_COMMANDS_LAYOUT_USAGE_INDEXED_SEQUENCES_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_LAYOUT_USAGE_SPARSE_SEQUENCES_BIT_NVX
enum VK_INDIRECT_COMMANDS_LAYOUT_USAGE_SPARSE_SEQUENCES_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_LAYOUT_USAGE_UNORDERED_SEQUENCES_BIT_NVX
enum VK_INDIRECT_COMMANDS_LAYOUT_USAGE_UNORDERED_SEQUENCES_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_BEGIN_RANGE_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_BEGIN_RANGE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_DESCRIPTOR_SET_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_DESCRIPTOR_SET_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_DISPATCH_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_DISPATCH_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_INDEXED_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_DRAW_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_END_RANGE_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_END_RANGE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_INDEX_BUFFER_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_INDEX_BUFFER_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_MAX_ENUM_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_MAX_ENUM_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_PIPELINE_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_PIPELINE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_PUSH_CONSTANT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_RANGE_SIZE_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_RANGE_SIZE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INDIRECT_COMMANDS_TOKEN_TYPE_VERTEX_BUFFER_NVX
enum VK_INDIRECT_COMMANDS_TOKEN_TYPE_VERTEX_BUFFER_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INTERNAL_ALLOCATION_TYPE_BEGIN_RANGE
enum VK_INTERNAL_ALLOCATION_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INTERNAL_ALLOCATION_TYPE_END_RANGE
enum VK_INTERNAL_ALLOCATION_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE
enum VK_INTERNAL_ALLOCATION_TYPE_EXECUTABLE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INTERNAL_ALLOCATION_TYPE_MAX_ENUM
enum VK_INTERNAL_ALLOCATION_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_INTERNAL_ALLOCATION_TYPE_RANGE_SIZE
enum VK_INTERNAL_ALLOCATION_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_16BIT_STORAGE_EXTENSION_NAME
enum VK_KHR_16BIT_STORAGE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_16BIT_STORAGE_SPEC_VERSION
enum VK_KHR_16BIT_STORAGE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_16bit_storage
enum VK_KHR_16bit_storage;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_BIND_MEMORY_2_EXTENSION_NAME
enum VK_KHR_BIND_MEMORY_2_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_BIND_MEMORY_2_SPEC_VERSION
enum VK_KHR_BIND_MEMORY_2_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME
enum VK_KHR_DEDICATED_ALLOCATION_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION
enum VK_KHR_DEDICATED_ALLOCATION_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME
enum VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION
enum VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME
enum VK_KHR_DEVICE_GROUP_CREATION_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION
enum VK_KHR_DEVICE_GROUP_CREATION_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DEVICE_GROUP_EXTENSION_NAME
enum VK_KHR_DEVICE_GROUP_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DEVICE_GROUP_SPEC_VERSION
enum VK_KHR_DEVICE_GROUP_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DISPLAY_EXTENSION_NAME
enum VK_KHR_DISPLAY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DISPLAY_SPEC_VERSION
enum VK_KHR_DISPLAY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME
enum VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION
enum VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME
enum VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION
enum VK_KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME
enum VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME
enum VK_KHR_EXTERNAL_FENCE_FD_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION
enum VK_KHR_EXTERNAL_FENCE_FD_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_FENCE_SPEC_VERSION
enum VK_KHR_EXTERNAL_FENCE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME
enum VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION
enum VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME
enum VK_KHR_EXTERNAL_MEMORY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME
enum VK_KHR_EXTERNAL_MEMORY_FD_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION
enum VK_KHR_EXTERNAL_MEMORY_FD_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION
enum VK_KHR_EXTERNAL_MEMORY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME
enum VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION
enum VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME
enum VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME
enum VK_KHR_EXTERNAL_SEMAPHORE_FD_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION
enum VK_KHR_EXTERNAL_SEMAPHORE_FD_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION
enum VK_KHR_EXTERNAL_SEMAPHORE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME
enum VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION
enum VK_KHR_GET_MEMORY_REQUIREMENTS_2_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME
enum VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION
enum VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME
enum VK_KHR_GET_SURFACE_CAPABILITIES_2_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION
enum VK_KHR_GET_SURFACE_CAPABILITIES_2_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME
enum VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION
enum VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME
enum VK_KHR_INCREMENTAL_PRESENT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION
enum VK_KHR_INCREMENTAL_PRESENT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MAINTENANCE1_EXTENSION_NAME
enum VK_KHR_MAINTENANCE1_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MAINTENANCE1_SPEC_VERSION
enum VK_KHR_MAINTENANCE1_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MAINTENANCE2_EXTENSION_NAME
enum VK_KHR_MAINTENANCE2_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MAINTENANCE2_SPEC_VERSION
enum VK_KHR_MAINTENANCE2_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MAINTENANCE3_EXTENSION_NAME
enum VK_KHR_MAINTENANCE3_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MAINTENANCE3_SPEC_VERSION
enum VK_KHR_MAINTENANCE3_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MULTIVIEW_EXTENSION_NAME
enum VK_KHR_MULTIVIEW_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_MULTIVIEW_SPEC_VERSION
enum VK_KHR_MULTIVIEW_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME
enum VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION
enum VK_KHR_PUSH_DESCRIPTOR_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME
enum VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION
enum VK_KHR_RELAXED_BLOCK_LAYOUT_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME
enum VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION
enum VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME
enum VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION
enum VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME
enum VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION
enum VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME
enum VK_KHR_SHARED_PRESENTABLE_IMAGE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION
enum VK_KHR_SHARED_PRESENTABLE_IMAGE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME
enum VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION
enum VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SURFACE_EXTENSION_NAME
enum VK_KHR_SURFACE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SURFACE_SPEC_VERSION
enum VK_KHR_SURFACE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SWAPCHAIN_EXTENSION_NAME
enum VK_KHR_SWAPCHAIN_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_SWAPCHAIN_SPEC_VERSION
enum VK_KHR_SWAPCHAIN_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME
enum VK_KHR_VARIABLE_POINTERS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_VARIABLE_POINTERS_SPEC_VERSION
enum VK_KHR_VARIABLE_POINTERS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_bind_memory2
enum VK_KHR_bind_memory2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_dedicated_allocation
enum VK_KHR_dedicated_allocation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_descriptor_update_template
enum VK_KHR_descriptor_update_template;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_device_group
enum VK_KHR_device_group;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_device_group_creation
enum VK_KHR_device_group_creation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_display
enum VK_KHR_display;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_display_swapchain
enum VK_KHR_display_swapchain;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_fence
enum VK_KHR_external_fence;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_fence_capabilities
enum VK_KHR_external_fence_capabilities;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_fence_fd
enum VK_KHR_external_fence_fd;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_memory
enum VK_KHR_external_memory;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_memory_capabilities
enum VK_KHR_external_memory_capabilities;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_memory_fd
enum VK_KHR_external_memory_fd;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_semaphore
enum VK_KHR_external_semaphore;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_semaphore_capabilities
enum VK_KHR_external_semaphore_capabilities;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_external_semaphore_fd
enum VK_KHR_external_semaphore_fd;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_get_memory_requirements2
enum VK_KHR_get_memory_requirements2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_get_physical_device_properties2
enum VK_KHR_get_physical_device_properties2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_get_surface_capabilities2
enum VK_KHR_get_surface_capabilities2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_image_format_list
enum VK_KHR_image_format_list;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_incremental_present
enum VK_KHR_incremental_present;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_maintenance1
enum VK_KHR_maintenance1;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_maintenance2
enum VK_KHR_maintenance2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_maintenance3
enum VK_KHR_maintenance3;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_multiview
enum VK_KHR_multiview;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_push_descriptor
enum VK_KHR_push_descriptor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_relaxed_block_layout
enum VK_KHR_relaxed_block_layout;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_sampler_mirror_clamp_to_edge
enum VK_KHR_sampler_mirror_clamp_to_edge;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_sampler_ycbcr_conversion
enum VK_KHR_sampler_ycbcr_conversion;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_shader_draw_parameters
enum VK_KHR_shader_draw_parameters;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_shared_presentable_image
enum VK_KHR_shared_presentable_image;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_storage_buffer_storage_class
enum VK_KHR_storage_buffer_storage_class;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_surface
enum VK_KHR_surface;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_swapchain
enum VK_KHR_swapchain;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_KHR_variable_pointers
enum VK_KHR_variable_pointers;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOD_CLAMP_NONE
enum VK_LOD_CLAMP_NONE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_AND
enum VK_LOGIC_OP_AND;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_AND_INVERTED
enum VK_LOGIC_OP_AND_INVERTED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_AND_REVERSE
enum VK_LOGIC_OP_AND_REVERSE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_BEGIN_RANGE
enum VK_LOGIC_OP_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_CLEAR
enum VK_LOGIC_OP_CLEAR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_COPY
enum VK_LOGIC_OP_COPY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_COPY_INVERTED
enum VK_LOGIC_OP_COPY_INVERTED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_END_RANGE
enum VK_LOGIC_OP_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_EQUIVALENT
enum VK_LOGIC_OP_EQUIVALENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_INVERT
enum VK_LOGIC_OP_INVERT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_MAX_ENUM
enum VK_LOGIC_OP_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_NAND
enum VK_LOGIC_OP_NAND;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_NOR
enum VK_LOGIC_OP_NOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_NO_OP
enum VK_LOGIC_OP_NO_OP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_OR
enum VK_LOGIC_OP_OR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_OR_INVERTED
enum VK_LOGIC_OP_OR_INVERTED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_OR_REVERSE
enum VK_LOGIC_OP_OR_REVERSE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_RANGE_SIZE
enum VK_LOGIC_OP_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_SET
enum VK_LOGIC_OP_SET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LOGIC_OP_XOR
enum VK_LOGIC_OP_XOR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_LUID_SIZE
enum VK_LUID_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_DESCRIPTION_SIZE
enum VK_MAX_DESCRIPTION_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_DEVICE_GROUP_SIZE
enum VK_MAX_DEVICE_GROUP_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_EXTENSION_NAME_SIZE
enum VK_MAX_EXTENSION_NAME_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_MEMORY_HEAPS
enum VK_MAX_MEMORY_HEAPS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_MEMORY_TYPES
enum VK_MAX_MEMORY_TYPES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MAX_PHYSICAL_DEVICE_NAME_SIZE
enum VK_MAX_PHYSICAL_DEVICE_NAME_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT
enum VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHR
enum VK_MEMORY_ALLOCATE_DEVICE_MASK_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_ALLOCATE_FLAG_BITS_MAX_ENUM
enum VK_MEMORY_ALLOCATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_HEAP_DEVICE_LOCAL_BIT
enum VK_MEMORY_HEAP_DEVICE_LOCAL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_HEAP_FLAG_BITS_MAX_ENUM
enum VK_MEMORY_HEAP_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_HEAP_MULTI_INSTANCE_BIT
enum VK_MEMORY_HEAP_MULTI_INSTANCE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR
enum VK_MEMORY_HEAP_MULTI_INSTANCE_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
enum VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_FLAG_BITS_MAX_ENUM
enum VK_MEMORY_PROPERTY_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_HOST_CACHED_BIT
enum VK_MEMORY_PROPERTY_HOST_CACHED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
enum VK_MEMORY_PROPERTY_HOST_COHERENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT
enum VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT
enum VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_MEMORY_PROPERTY_PROTECTED_BIT
enum VK_MEMORY_PROPERTY_PROTECTED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NOT_READY
enum VK_NOT_READY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NULL_HANDLE
enum VK_NULL_HANDLE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NULL_ND_HANDLE
enum VK_NULL_ND_HANDLE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NULL_ND_HANDLE
enum VK_NULL_ND_HANDLE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NVX_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME
enum VK_NVX_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NVX_DEVICE_GENERATED_COMMANDS_SPEC_VERSION
enum VK_NVX_DEVICE_GENERATED_COMMANDS_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME
enum VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION
enum VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NVX_device_generated_commands
enum VK_NVX_device_generated_commands;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NVX_multiview_per_view_attributes
enum VK_NVX_multiview_per_view_attributes;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME
enum VK_NV_CLIP_SPACE_W_SCALING_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION
enum VK_NV_CLIP_SPACE_W_SCALING_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME
enum VK_NV_DEDICATED_ALLOCATION_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION
enum VK_NV_DEDICATED_ALLOCATION_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME
enum VK_NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION
enum VK_NV_EXTERNAL_MEMORY_CAPABILITIES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME
enum VK_NV_EXTERNAL_MEMORY_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_EXTERNAL_MEMORY_SPEC_VERSION
enum VK_NV_EXTERNAL_MEMORY_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_FILL_RECTANGLE_EXTENSION_NAME
enum VK_NV_FILL_RECTANGLE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_FILL_RECTANGLE_SPEC_VERSION
enum VK_NV_FILL_RECTANGLE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME
enum VK_NV_FRAGMENT_COVERAGE_TO_COLOR_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION
enum VK_NV_FRAGMENT_COVERAGE_TO_COLOR_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME
enum VK_NV_FRAMEBUFFER_MIXED_SAMPLES_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION
enum VK_NV_FRAMEBUFFER_MIXED_SAMPLES_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME
enum VK_NV_GEOMETRY_SHADER_PASSTHROUGH_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION
enum VK_NV_GEOMETRY_SHADER_PASSTHROUGH_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_GLSL_SHADER_EXTENSION_NAME
enum VK_NV_GLSL_SHADER_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_GLSL_SHADER_SPEC_VERSION
enum VK_NV_GLSL_SHADER_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME
enum VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION
enum VK_NV_SAMPLE_MASK_OVERRIDE_COVERAGE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME
enum VK_NV_SHADER_SUBGROUP_PARTITIONED_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION
enum VK_NV_SHADER_SUBGROUP_PARTITIONED_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME
enum VK_NV_VIEWPORT_ARRAY2_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION
enum VK_NV_VIEWPORT_ARRAY2_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME
enum VK_NV_VIEWPORT_SWIZZLE_EXTENSION_NAME;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION
enum VK_NV_VIEWPORT_SWIZZLE_SPEC_VERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_clip_space_w_scaling
enum VK_NV_clip_space_w_scaling;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_dedicated_allocation
enum VK_NV_dedicated_allocation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_external_memory
enum VK_NV_external_memory;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_external_memory_capabilities
enum VK_NV_external_memory_capabilities;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_fill_rectangle
enum VK_NV_fill_rectangle;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_fragment_coverage_to_color
enum VK_NV_fragment_coverage_to_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_framebuffer_mixed_samples
enum VK_NV_framebuffer_mixed_samples;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_geometry_shader_passthrough
enum VK_NV_geometry_shader_passthrough;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_glsl_shader
enum VK_NV_glsl_shader;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_sample_mask_override_coverage
enum VK_NV_sample_mask_override_coverage;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_shader_subgroup_partitioned
enum VK_NV_shader_subgroup_partitioned;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_viewport_array2
enum VK_NV_viewport_array2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_NV_viewport_swizzle
enum VK_NV_viewport_swizzle;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_BEGIN_RANGE_NVX
enum VK_OBJECT_ENTRY_TYPE_BEGIN_RANGE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_DESCRIPTOR_SET_NVX
enum VK_OBJECT_ENTRY_TYPE_DESCRIPTOR_SET_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_END_RANGE_NVX
enum VK_OBJECT_ENTRY_TYPE_END_RANGE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_INDEX_BUFFER_NVX
enum VK_OBJECT_ENTRY_TYPE_INDEX_BUFFER_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_MAX_ENUM_NVX
enum VK_OBJECT_ENTRY_TYPE_MAX_ENUM_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_PIPELINE_NVX
enum VK_OBJECT_ENTRY_TYPE_PIPELINE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_PUSH_CONSTANT_NVX
enum VK_OBJECT_ENTRY_TYPE_PUSH_CONSTANT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_RANGE_SIZE_NVX
enum VK_OBJECT_ENTRY_TYPE_RANGE_SIZE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_TYPE_VERTEX_BUFFER_NVX
enum VK_OBJECT_ENTRY_TYPE_VERTEX_BUFFER_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_USAGE_COMPUTE_BIT_NVX
enum VK_OBJECT_ENTRY_USAGE_COMPUTE_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_USAGE_FLAG_BITS_MAX_ENUM_NVX
enum VK_OBJECT_ENTRY_USAGE_FLAG_BITS_MAX_ENUM_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_ENTRY_USAGE_GRAPHICS_BIT_NVX
enum VK_OBJECT_ENTRY_USAGE_GRAPHICS_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_BEGIN_RANGE
enum VK_OBJECT_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_BUFFER
enum VK_OBJECT_TYPE_BUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_BUFFER_VIEW
enum VK_OBJECT_TYPE_BUFFER_VIEW;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_COMMAND_BUFFER
enum VK_OBJECT_TYPE_COMMAND_BUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_COMMAND_POOL
enum VK_OBJECT_TYPE_COMMAND_POOL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT
enum VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT
enum VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DESCRIPTOR_POOL
enum VK_OBJECT_TYPE_DESCRIPTOR_POOL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DESCRIPTOR_SET
enum VK_OBJECT_TYPE_DESCRIPTOR_SET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT
enum VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE
enum VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR
enum VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DEVICE
enum VK_OBJECT_TYPE_DEVICE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DEVICE_MEMORY
enum VK_OBJECT_TYPE_DEVICE_MEMORY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DISPLAY_KHR
enum VK_OBJECT_TYPE_DISPLAY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_DISPLAY_MODE_KHR
enum VK_OBJECT_TYPE_DISPLAY_MODE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_END_RANGE
enum VK_OBJECT_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_EVENT
enum VK_OBJECT_TYPE_EVENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_FENCE
enum VK_OBJECT_TYPE_FENCE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_FRAMEBUFFER
enum VK_OBJECT_TYPE_FRAMEBUFFER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_IMAGE
enum VK_OBJECT_TYPE_IMAGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_IMAGE_VIEW
enum VK_OBJECT_TYPE_IMAGE_VIEW;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX
enum VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_INSTANCE
enum VK_OBJECT_TYPE_INSTANCE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_MAX_ENUM
enum VK_OBJECT_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_OBJECT_TABLE_NVX
enum VK_OBJECT_TYPE_OBJECT_TABLE_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_PHYSICAL_DEVICE
enum VK_OBJECT_TYPE_PHYSICAL_DEVICE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_PIPELINE
enum VK_OBJECT_TYPE_PIPELINE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_PIPELINE_CACHE
enum VK_OBJECT_TYPE_PIPELINE_CACHE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_PIPELINE_LAYOUT
enum VK_OBJECT_TYPE_PIPELINE_LAYOUT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_QUERY_POOL
enum VK_OBJECT_TYPE_QUERY_POOL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_QUEUE
enum VK_OBJECT_TYPE_QUEUE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_RANGE_SIZE
enum VK_OBJECT_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_RENDER_PASS
enum VK_OBJECT_TYPE_RENDER_PASS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SAMPLER
enum VK_OBJECT_TYPE_SAMPLER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION
enum VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR
enum VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SEMAPHORE
enum VK_OBJECT_TYPE_SEMAPHORE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SHADER_MODULE
enum VK_OBJECT_TYPE_SHADER_MODULE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SURFACE_KHR
enum VK_OBJECT_TYPE_SURFACE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_SWAPCHAIN_KHR
enum VK_OBJECT_TYPE_SWAPCHAIN_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_UNKNOWN
enum VK_OBJECT_TYPE_UNKNOWN;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_OBJECT_TYPE_VALIDATION_CACHE_EXT
enum VK_OBJECT_TYPE_VALIDATION_CACHE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_COPY_DST_BIT
enum VK_PEER_MEMORY_FEATURE_COPY_DST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_COPY_DST_BIT_KHR
enum VK_PEER_MEMORY_FEATURE_COPY_DST_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT
enum VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR
enum VK_PEER_MEMORY_FEATURE_COPY_SRC_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM
enum VK_PEER_MEMORY_FEATURE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT
enum VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT_KHR
enum VK_PEER_MEMORY_FEATURE_GENERIC_DST_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT
enum VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT_KHR
enum VK_PEER_MEMORY_FEATURE_GENERIC_SRC_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_BEGIN_RANGE
enum VK_PHYSICAL_DEVICE_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_CPU
enum VK_PHYSICAL_DEVICE_TYPE_CPU;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
enum VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_END_RANGE
enum VK_PHYSICAL_DEVICE_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
enum VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_MAX_ENUM
enum VK_PHYSICAL_DEVICE_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_OTHER
enum VK_PHYSICAL_DEVICE_TYPE_OTHER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_RANGE_SIZE
enum VK_PHYSICAL_DEVICE_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU
enum VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_BIND_POINT_BEGIN_RANGE
enum VK_PIPELINE_BIND_POINT_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_BIND_POINT_COMPUTE
enum VK_PIPELINE_BIND_POINT_COMPUTE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_BIND_POINT_END_RANGE
enum VK_PIPELINE_BIND_POINT_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_BIND_POINT_GRAPHICS
enum VK_PIPELINE_BIND_POINT_GRAPHICS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_BIND_POINT_MAX_ENUM
enum VK_PIPELINE_BIND_POINT_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_BIND_POINT_RANGE_SIZE
enum VK_PIPELINE_BIND_POINT_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CACHE_HEADER_VERSION_BEGIN_RANGE
enum VK_PIPELINE_CACHE_HEADER_VERSION_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CACHE_HEADER_VERSION_END_RANGE
enum VK_PIPELINE_CACHE_HEADER_VERSION_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CACHE_HEADER_VERSION_MAX_ENUM
enum VK_PIPELINE_CACHE_HEADER_VERSION_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CACHE_HEADER_VERSION_ONE
enum VK_PIPELINE_CACHE_HEADER_VERSION_ONE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CACHE_HEADER_VERSION_RANGE_SIZE
enum VK_PIPELINE_CACHE_HEADER_VERSION_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT
enum VK_PIPELINE_CREATE_ALLOW_DERIVATIVES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_DERIVATIVE_BIT
enum VK_PIPELINE_CREATE_DERIVATIVE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT
enum VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_DISPATCH_BASE
enum VK_PIPELINE_CREATE_DISPATCH_BASE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_DISPATCH_BASE_KHR
enum VK_PIPELINE_CREATE_DISPATCH_BASE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM
enum VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT
enum VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR
enum VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_ALL_COMMANDS_BIT
enum VK_PIPELINE_STAGE_ALL_COMMANDS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT
enum VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT
enum VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT
enum VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_COMMAND_PROCESS_BIT_NVX
enum VK_PIPELINE_STAGE_COMMAND_PROCESS_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT
enum VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT
enum VK_PIPELINE_STAGE_DRAW_INDIRECT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT
enum VK_PIPELINE_STAGE_EARLY_FRAGMENT_TESTS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM
enum VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT
enum VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_GEOMETRY_SHADER_BIT
enum VK_PIPELINE_STAGE_GEOMETRY_SHADER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_HOST_BIT
enum VK_PIPELINE_STAGE_HOST_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT
enum VK_PIPELINE_STAGE_LATE_FRAGMENT_TESTS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_TESSELLATION_CONTROL_SHADER_BIT
enum VK_PIPELINE_STAGE_TESSELLATION_CONTROL_SHADER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_TESSELLATION_EVALUATION_SHADER_BIT
enum VK_PIPELINE_STAGE_TESSELLATION_EVALUATION_SHADER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT
enum VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_TRANSFER_BIT
enum VK_PIPELINE_STAGE_TRANSFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_VERTEX_INPUT_BIT
enum VK_PIPELINE_STAGE_VERTEX_INPUT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PIPELINE_STAGE_VERTEX_SHADER_BIT
enum VK_PIPELINE_STAGE_VERTEX_SHADER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES
enum VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR
enum VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_BEGIN_RANGE
enum VK_POINT_CLIPPING_BEHAVIOR_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_END_RANGE
enum VK_POINT_CLIPPING_BEHAVIOR_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_MAX_ENUM
enum VK_POINT_CLIPPING_BEHAVIOR_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_RANGE_SIZE
enum VK_POINT_CLIPPING_BEHAVIOR_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY
enum VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR
enum VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_BEGIN_RANGE
enum VK_POLYGON_MODE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_END_RANGE
enum VK_POLYGON_MODE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_FILL
enum VK_POLYGON_MODE_FILL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_FILL_RECTANGLE_NV
enum VK_POLYGON_MODE_FILL_RECTANGLE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_LINE
enum VK_POLYGON_MODE_LINE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_MAX_ENUM
enum VK_POLYGON_MODE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_POINT
enum VK_POLYGON_MODE_POINT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_POLYGON_MODE_RANGE_SIZE
enum VK_POLYGON_MODE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_BEGIN_RANGE_KHR
enum VK_PRESENT_MODE_BEGIN_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_END_RANGE_KHR
enum VK_PRESENT_MODE_END_RANGE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_FIFO_KHR
enum VK_PRESENT_MODE_FIFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_FIFO_RELAXED_KHR
enum VK_PRESENT_MODE_FIFO_RELAXED_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_IMMEDIATE_KHR
enum VK_PRESENT_MODE_IMMEDIATE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_MAILBOX_KHR
enum VK_PRESENT_MODE_MAILBOX_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_MAX_ENUM_KHR
enum VK_PRESENT_MODE_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_RANGE_SIZE_KHR
enum VK_PRESENT_MODE_RANGE_SIZE_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR
enum VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR
enum VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE
enum VK_PRIMITIVE_TOPOLOGY_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_END_RANGE
enum VK_PRIMITIVE_TOPOLOGY_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_LINE_LIST
enum VK_PRIMITIVE_TOPOLOGY_LINE_LIST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY
enum VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_LINE_STRIP
enum VK_PRIMITIVE_TOPOLOGY_LINE_STRIP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY
enum VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_MAX_ENUM
enum VK_PRIMITIVE_TOPOLOGY_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_PATCH_LIST
enum VK_PRIMITIVE_TOPOLOGY_PATCH_LIST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_POINT_LIST
enum VK_PRIMITIVE_TOPOLOGY_POINT_LIST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE
enum VK_PRIMITIVE_TOPOLOGY_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN
enum VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST
enum VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY
enum VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST_WITH_ADJACENCY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP
enum VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY
enum VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_CONTROL_FLAG_BITS_MAX_ENUM
enum VK_QUERY_CONTROL_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_CONTROL_PRECISE_BIT
enum VK_QUERY_CONTROL_PRECISE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT
enum VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_CLIPPING_PRIMITIVES_BIT
enum VK_QUERY_PIPELINE_STATISTIC_CLIPPING_PRIMITIVES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_COMPUTE_SHADER_INVOCATIONS_BIT
enum VK_QUERY_PIPELINE_STATISTIC_COMPUTE_SHADER_INVOCATIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_FLAG_BITS_MAX_ENUM
enum VK_QUERY_PIPELINE_STATISTIC_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT
enum VK_QUERY_PIPELINE_STATISTIC_FRAGMENT_SHADER_INVOCATIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_INVOCATIONS_BIT
enum VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_INVOCATIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_PRIMITIVES_BIT
enum VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_PRIMITIVES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT
enum VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_PRIMITIVES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT
enum VK_QUERY_PIPELINE_STATISTIC_INPUT_ASSEMBLY_VERTICES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_CONTROL_SHADER_PATCHES_BIT
enum VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_CONTROL_SHADER_PATCHES_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_EVALUATION_SHADER_INVOCATIONS_BIT
enum VK_QUERY_PIPELINE_STATISTIC_TESSELLATION_EVALUATION_SHADER_INVOCATIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_PIPELINE_STATISTIC_VERTEX_SHADER_INVOCATIONS_BIT
enum VK_QUERY_PIPELINE_STATISTIC_VERTEX_SHADER_INVOCATIONS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_64_BIT
enum VK_QUERY_RESULT_64_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_FLAG_BITS_MAX_ENUM
enum VK_QUERY_RESULT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_PARTIAL_BIT
enum VK_QUERY_RESULT_PARTIAL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_WAIT_BIT
enum VK_QUERY_RESULT_WAIT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_RESULT_WITH_AVAILABILITY_BIT
enum VK_QUERY_RESULT_WITH_AVAILABILITY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_BEGIN_RANGE
enum VK_QUERY_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_END_RANGE
enum VK_QUERY_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_MAX_ENUM
enum VK_QUERY_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_OCCLUSION
enum VK_QUERY_TYPE_OCCLUSION;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_PIPELINE_STATISTICS
enum VK_QUERY_TYPE_PIPELINE_STATISTICS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_RANGE_SIZE
enum VK_QUERY_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUERY_TYPE_TIMESTAMP
enum VK_QUERY_TYPE_TIMESTAMP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_COMPUTE_BIT
enum VK_QUEUE_COMPUTE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_FAMILY_EXTERNAL
enum VK_QUEUE_FAMILY_EXTERNAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_FAMILY_FOREIGN_EXT
enum VK_QUEUE_FAMILY_FOREIGN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_FAMILY_IGNORED
enum VK_QUEUE_FAMILY_IGNORED;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_FLAG_BITS_MAX_ENUM
enum VK_QUEUE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_BEGIN_RANGE_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_END_RANGE_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_MAX_ENUM_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_RANGE_SIZE_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT
enum VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_GRAPHICS_BIT
enum VK_QUEUE_GRAPHICS_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_PROTECTED_BIT
enum VK_QUEUE_PROTECTED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_SPARSE_BINDING_BIT
enum VK_QUEUE_SPARSE_BINDING_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_QUEUE_TRANSFER_BIT
enum VK_QUEUE_TRANSFER_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RASTERIZATION_ORDER_BEGIN_RANGE_AMD
enum VK_RASTERIZATION_ORDER_BEGIN_RANGE_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RASTERIZATION_ORDER_END_RANGE_AMD
enum VK_RASTERIZATION_ORDER_END_RANGE_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RASTERIZATION_ORDER_MAX_ENUM_AMD
enum VK_RASTERIZATION_ORDER_MAX_ENUM_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RASTERIZATION_ORDER_RANGE_SIZE_AMD
enum VK_RASTERIZATION_ORDER_RANGE_SIZE_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RASTERIZATION_ORDER_RELAXED_AMD
enum VK_RASTERIZATION_ORDER_RELAXED_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RASTERIZATION_ORDER_STRICT_AMD
enum VK_RASTERIZATION_ORDER_STRICT_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_REMAINING_ARRAY_LAYERS
enum VK_REMAINING_ARRAY_LAYERS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_REMAINING_MIP_LEVELS
enum VK_REMAINING_MIP_LEVELS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RESULT_BEGIN_RANGE
enum VK_RESULT_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RESULT_END_RANGE
enum VK_RESULT_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RESULT_MAX_ENUM
enum VK_RESULT_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_RESULT_RANGE_SIZE
enum VK_RESULT_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_BEGIN_RANGE
enum VK_SAMPLER_ADDRESS_MODE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER
enum VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE
enum VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_END_RANGE
enum VK_SAMPLER_ADDRESS_MODE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_MAX_ENUM
enum VK_SAMPLER_ADDRESS_MODE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_MIRRORED_REPEAT
enum VK_SAMPLER_ADDRESS_MODE_MIRRORED_REPEAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE
enum VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_RANGE_SIZE
enum VK_SAMPLER_ADDRESS_MODE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_ADDRESS_MODE_REPEAT
enum VK_SAMPLER_ADDRESS_MODE_REPEAT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_MIPMAP_MODE_BEGIN_RANGE
enum VK_SAMPLER_MIPMAP_MODE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_MIPMAP_MODE_END_RANGE
enum VK_SAMPLER_MIPMAP_MODE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_MIPMAP_MODE_LINEAR
enum VK_SAMPLER_MIPMAP_MODE_LINEAR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_MIPMAP_MODE_MAX_ENUM
enum VK_SAMPLER_MIPMAP_MODE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_MIPMAP_MODE_NEAREST
enum VK_SAMPLER_MIPMAP_MODE_NEAREST;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_MIPMAP_MODE_RANGE_SIZE
enum VK_SAMPLER_MIPMAP_MODE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_BEGIN_RANGE_EXT
enum VK_SAMPLER_REDUCTION_MODE_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_END_RANGE_EXT
enum VK_SAMPLER_REDUCTION_MODE_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_MAX_ENUM_EXT
enum VK_SAMPLER_REDUCTION_MODE_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_MAX_EXT
enum VK_SAMPLER_REDUCTION_MODE_MAX_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_MIN_EXT
enum VK_SAMPLER_REDUCTION_MODE_MIN_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_RANGE_SIZE_EXT
enum VK_SAMPLER_REDUCTION_MODE_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT
enum VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_BEGIN_RANGE
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_END_RANGE
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_MAX_ENUM
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_RANGE_SIZE
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020_KHR
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_2020_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601_KHR
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709_KHR
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR
enum VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_BEGIN_RANGE
enum VK_SAMPLER_YCBCR_RANGE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_END_RANGE
enum VK_SAMPLER_YCBCR_RANGE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_ITU_FULL
enum VK_SAMPLER_YCBCR_RANGE_ITU_FULL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_ITU_FULL_KHR
enum VK_SAMPLER_YCBCR_RANGE_ITU_FULL_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_ITU_NARROW
enum VK_SAMPLER_YCBCR_RANGE_ITU_NARROW;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_ITU_NARROW_KHR
enum VK_SAMPLER_YCBCR_RANGE_ITU_NARROW_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_MAX_ENUM
enum VK_SAMPLER_YCBCR_RANGE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLER_YCBCR_RANGE_RANGE_SIZE
enum VK_SAMPLER_YCBCR_RANGE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_16_BIT
enum VK_SAMPLE_COUNT_16_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_1_BIT
enum VK_SAMPLE_COUNT_1_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_2_BIT
enum VK_SAMPLE_COUNT_2_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_32_BIT
enum VK_SAMPLE_COUNT_32_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_4_BIT
enum VK_SAMPLE_COUNT_4_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_64_BIT
enum VK_SAMPLE_COUNT_64_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_8_BIT
enum VK_SAMPLE_COUNT_8_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SAMPLE_COUNT_FLAG_BITS_MAX_ENUM
enum VK_SAMPLE_COUNT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SEMAPHORE_IMPORT_FLAG_BITS_MAX_ENUM
enum VK_SEMAPHORE_IMPORT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SEMAPHORE_IMPORT_TEMPORARY_BIT
enum VK_SEMAPHORE_IMPORT_TEMPORARY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR
enum VK_SEMAPHORE_IMPORT_TEMPORARY_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_BEGIN_RANGE_AMD
enum VK_SHADER_INFO_TYPE_BEGIN_RANGE_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_BINARY_AMD
enum VK_SHADER_INFO_TYPE_BINARY_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_DISASSEMBLY_AMD
enum VK_SHADER_INFO_TYPE_DISASSEMBLY_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_END_RANGE_AMD
enum VK_SHADER_INFO_TYPE_END_RANGE_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_MAX_ENUM_AMD
enum VK_SHADER_INFO_TYPE_MAX_ENUM_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_RANGE_SIZE_AMD
enum VK_SHADER_INFO_TYPE_RANGE_SIZE_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_INFO_TYPE_STATISTICS_AMD
enum VK_SHADER_INFO_TYPE_STATISTICS_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_ALL
enum VK_SHADER_STAGE_ALL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_ALL_GRAPHICS
enum VK_SHADER_STAGE_ALL_GRAPHICS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_COMPUTE_BIT
enum VK_SHADER_STAGE_COMPUTE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM
enum VK_SHADER_STAGE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_FRAGMENT_BIT
enum VK_SHADER_STAGE_FRAGMENT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_GEOMETRY_BIT
enum VK_SHADER_STAGE_GEOMETRY_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT
enum VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT
enum VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHADER_STAGE_VERTEX_BIT
enum VK_SHADER_STAGE_VERTEX_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHARING_MODE_BEGIN_RANGE
enum VK_SHARING_MODE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHARING_MODE_CONCURRENT
enum VK_SHARING_MODE_CONCURRENT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHARING_MODE_END_RANGE
enum VK_SHARING_MODE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHARING_MODE_EXCLUSIVE
enum VK_SHARING_MODE_EXCLUSIVE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHARING_MODE_MAX_ENUM
enum VK_SHARING_MODE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SHARING_MODE_RANGE_SIZE
enum VK_SHARING_MODE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT
enum VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SPARSE_IMAGE_FORMAT_FLAG_BITS_MAX_ENUM
enum VK_SPARSE_IMAGE_FORMAT_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT
enum VK_SPARSE_IMAGE_FORMAT_NONSTANDARD_BLOCK_SIZE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT
enum VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SPARSE_MEMORY_BIND_FLAG_BITS_MAX_ENUM
enum VK_SPARSE_MEMORY_BIND_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SPARSE_MEMORY_BIND_METADATA_BIT
enum VK_SPARSE_MEMORY_BIND_METADATA_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_FACE_BACK_BIT
enum VK_STENCIL_FACE_BACK_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_FACE_FLAG_BITS_MAX_ENUM
enum VK_STENCIL_FACE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_FACE_FRONT_BIT
enum VK_STENCIL_FACE_FRONT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_FRONT_AND_BACK
enum VK_STENCIL_FRONT_AND_BACK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_BEGIN_RANGE
enum VK_STENCIL_OP_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_DECREMENT_AND_CLAMP
enum VK_STENCIL_OP_DECREMENT_AND_CLAMP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_DECREMENT_AND_WRAP
enum VK_STENCIL_OP_DECREMENT_AND_WRAP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_END_RANGE
enum VK_STENCIL_OP_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_INCREMENT_AND_CLAMP
enum VK_STENCIL_OP_INCREMENT_AND_CLAMP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_INCREMENT_AND_WRAP
enum VK_STENCIL_OP_INCREMENT_AND_WRAP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_INVERT
enum VK_STENCIL_OP_INVERT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_KEEP
enum VK_STENCIL_OP_KEEP;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_MAX_ENUM
enum VK_STENCIL_OP_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_RANGE_SIZE
enum VK_STENCIL_OP_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_REPLACE
enum VK_STENCIL_OP_REPLACE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STENCIL_OP_ZERO
enum VK_STENCIL_OP_ZERO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR
enum VK_STRUCTURE_TYPE_ACQUIRE_NEXT_IMAGE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID
enum VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID
enum VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_USAGE_ANDROID
enum VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_USAGE_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_APPLICATION_INFO
enum VK_STRUCTURE_TYPE_APPLICATION_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BEGIN_RANGE
enum VK_STRUCTURE_TYPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO
enum VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR
enum VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO
enum VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR
enum VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO
enum VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR
enum VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO
enum VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR
enum VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR
enum VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO
enum VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR
enum VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BIND_SPARSE_INFO
enum VK_STRUCTURE_TYPE_BIND_SPARSE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO
enum VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER
enum VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2
enum VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR
enum VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO
enum VK_STRUCTURE_TYPE_BUFFER_VIEW_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_CMD_PROCESS_COMMANDS_INFO_NVX
enum VK_STRUCTURE_TYPE_CMD_PROCESS_COMMANDS_INFO_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_CMD_RESERVE_SPACE_FOR_COMMANDS_INFO_NVX
enum VK_STRUCTURE_TYPE_CMD_RESERVE_SPACE_FOR_COMMANDS_INFO_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO
enum VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO
enum VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO
enum VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO
enum VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO
enum VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET
enum VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_D3D12_FENCE_SUBMIT_INFO_KHR
enum VK_STRUCTURE_TYPE_D3D12_FENCE_SUBMIT_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_MARKER_MARKER_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_MARKER_MARKER_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_NAME_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_NAME_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_TAG_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_TAG_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT
enum VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXT
enum VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_TAG_INFO_EXT
enum VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_TAG_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_BUFFER_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_BUFFER_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_IMAGE_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV
enum VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO
enum VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_BINDING_FLAGS_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_SUPPORT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_ALLOCATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT
enum VK_STRUCTURE_TYPE_DESCRIPTOR_SET_VARIABLE_DESCRIPTOR_COUNT_LAYOUT_SUPPORT_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO
enum VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT
enum VK_STRUCTURE_TYPE_DEVICE_EVENT_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GENERATED_COMMANDS_FEATURES_NVX
enum VK_STRUCTURE_TYPE_DEVICE_GENERATED_COMMANDS_FEATURES_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GENERATED_COMMANDS_LIMITS_NVX
enum VK_STRUCTURE_TYPE_DEVICE_GENERATED_COMMANDS_LIMITS_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_COMMAND_BUFFER_BEGIN_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_RENDER_PASS_BEGIN_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_SUBMIT_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO
enum VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2
enum VK_STRUCTURE_TYPE_DEVICE_QUEUE_INFO_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT
enum VK_STRUCTURE_TYPE_DISPLAY_EVENT_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DISPLAY_MODE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_DISPLAY_MODE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DISPLAY_POWER_INFO_EXT
enum VK_STRUCTURE_TYPE_DISPLAY_POWER_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR
enum VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_DISPLAY_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_DISPLAY_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_END_RANGE
enum VK_STRUCTURE_TYPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EVENT_CREATE_INFO
enum VK_STRUCTURE_TYPE_EVENT_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO
enum VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_FENCE_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXPORT_FENCE_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO
enum VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_NV
enum VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_NV
enum VK_STRUCTURE_TYPE_EXPORT_MEMORY_WIN32_HANDLE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO
enum VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES
enum VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_EXTERNAL_BUFFER_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES
enum VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_EXTERNAL_FENCE_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID
enum VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES
enum VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO
enum VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_BUFFER_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO
enum VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_IMAGE_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES
enum VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_FENCE_CREATE_INFO
enum VK_STRUCTURE_TYPE_FENCE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_FENCE_GET_FD_INFO_KHR
enum VK_STRUCTURE_TYPE_FENCE_GET_FD_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_FENCE_GET_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_FENCE_GET_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2
enum VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR
enum VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO
enum VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO
enum VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_HDR_METADATA_EXT
enum VK_STRUCTURE_TYPE_HDR_METADATA_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO
enum VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2
enum VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR
enum VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER
enum VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2
enum VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR
enum VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO
enum VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR
enum VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2
enum VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR
enum VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_IMAGE_SWAPCHAIN_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO
enum VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO
enum VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_IMAGE_VIEW_USAGE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID
enum VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_FENCE_FD_INFO_KHR
enum VK_STRUCTURE_TYPE_IMPORT_FENCE_FD_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_FENCE_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_IMPORT_FENCE_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR
enum VK_STRUCTURE_TYPE_IMPORT_MEMORY_FD_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT
enum VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_NV
enum VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR
enum VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NVX
enum VK_STRUCTURE_TYPE_INDIRECT_COMMANDS_LAYOUT_CREATE_INFO_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO
enum VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_IOS_SURFACE_CREATE_INFO_MVK
enum VK_STRUCTURE_TYPE_IOS_SURFACE_CREATE_INFO_MVK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO
enum VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO
enum VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MACOS_SURFACE_CREATE_INFO_MVK
enum VK_STRUCTURE_TYPE_MACOS_SURFACE_CREATE_INFO_MVK;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE
enum VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MAX_ENUM
enum VK_STRUCTURE_TYPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO
enum VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHR
enum VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_FLAGS_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO
enum VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_BARRIER
enum VK_STRUCTURE_TYPE_MEMORY_BARRIER;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO
enum VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR
enum VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS
enum VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR
enum VK_STRUCTURE_TYPE_MEMORY_DEDICATED_REQUIREMENTS_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_FD_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_MEMORY_FD_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID
enum VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_GET_FD_INFO_KHR
enum VK_STRUCTURE_TYPE_MEMORY_GET_FD_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_GET_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_MEMORY_GET_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_MEMORY_HOST_POINTER_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2
enum VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR
enum VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MEMORY_WIN32_HANDLE_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_MEMORY_WIN32_HANDLE_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MIR_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_MIR_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_OBJECT_TABLE_CREATE_INFO_NVX
enum VK_STRUCTURE_TYPE_OBJECT_TABLE_CREATE_INFO_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONSERVATIVE_RASTERIZATION_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONSERVATIVE_RASTERIZATION_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISCARD_RECTANGLE_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DISCARD_RECTANGLE_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_BUFFER_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_HOST_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROPERTIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PUSH_DESCRIPTOR_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_AMD
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SPARSE_IMAGE_FORMAT_INFO_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SURFACE_INFO_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT
enum VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_ADVANCED_STATE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_ADVANCED_STATE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_MODULATION_STATE_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_MODULATION_STATE_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_TO_COLOR_STATE_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_PIPELINE_COVERAGE_TO_COLOR_STATE_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_DEPTH_STENCIL_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_DISCARD_RECTANGLE_STATE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_PIPELINE_DISCARD_RECTANGLE_STATE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_CONSERVATIVE_STATE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_CONSERVATIVE_STATE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD
enum VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_RASTERIZATION_ORDER_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_TESSELLATION_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO
enum VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_SWIZZLE_STATE_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_SWIZZLE_STATE_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_W_SCALING_STATE_CREATE_INFO_NV
enum VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_W_SCALING_STATE_CREATE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PRESENT_INFO_KHR
enum VK_STRUCTURE_TYPE_PRESENT_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR
enum VK_STRUCTURE_TYPE_PRESENT_REGIONS_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE
enum VK_STRUCTURE_TYPE_PRESENT_TIMES_INFO_GOOGLE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO
enum VK_STRUCTURE_TYPE_PROTECTED_SUBMIT_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO
enum VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2
enum VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR
enum VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RANGE_SIZE
enum VK_STRUCTURE_TYPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO
enum VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO
enum VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO
enum VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO
enum VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT
enum VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO
enum VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO
enum VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES
enum VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR
enum VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_IMAGE_FORMAT_PROPERTIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO
enum VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR
enum VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT
enum VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO
enum VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR
enum VK_STRUCTURE_TYPE_SEMAPHORE_GET_FD_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SEMAPHORE_GET_WIN32_HANDLE_INFO_KHR
enum VK_STRUCTURE_TYPE_SEMAPHORE_GET_WIN32_HANDLE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO
enum VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SHARED_PRESENT_SURFACE_CAPABILITIES_KHR
enum VK_STRUCTURE_TYPE_SHARED_PRESENT_SURFACE_CAPABILITIES_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2
enum VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR
enum VK_STRUCTURE_TYPE_SPARSE_IMAGE_FORMAT_PROPERTIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2
enum VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR
enum VK_STRUCTURE_TYPE_SPARSE_IMAGE_MEMORY_REQUIREMENTS_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SUBMIT_INFO
enum VK_STRUCTURE_TYPE_SUBMIT_INFO;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT
enum VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES2_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT
enum VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_KHR
enum VK_STRUCTURE_TYPE_SURFACE_CAPABILITIES_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SURFACE_FORMAT_2_KHR
enum VK_STRUCTURE_TYPE_SURFACE_FORMAT_2_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SWAPCHAIN_COUNTER_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_SWAPCHAIN_COUNTER_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD
enum VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT
enum VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT
enum VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN
enum VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_WAYLAND_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_WAYLAND_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_KHR
enum VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV
enum VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET
enum VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_XCB_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_XCB_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR
enum VK_STRUCTURE_TYPE_XLIB_SURFACE_CREATE_INFO_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_ARITHMETIC_BIT
enum VK_SUBGROUP_FEATURE_ARITHMETIC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_BALLOT_BIT
enum VK_SUBGROUP_FEATURE_BALLOT_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_BASIC_BIT
enum VK_SUBGROUP_FEATURE_BASIC_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_CLUSTERED_BIT
enum VK_SUBGROUP_FEATURE_CLUSTERED_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_FLAG_BITS_MAX_ENUM
enum VK_SUBGROUP_FEATURE_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_PARTITIONED_BIT_NV
enum VK_SUBGROUP_FEATURE_PARTITIONED_BIT_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_QUAD_BIT
enum VK_SUBGROUP_FEATURE_QUAD_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_SHUFFLE_BIT
enum VK_SUBGROUP_FEATURE_SHUFFLE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
enum VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBGROUP_FEATURE_VOTE_BIT
enum VK_SUBGROUP_FEATURE_VOTE_BIT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBOPTIMAL_KHR
enum VK_SUBOPTIMAL_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_CONTENTS_BEGIN_RANGE
enum VK_SUBPASS_CONTENTS_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_CONTENTS_END_RANGE
enum VK_SUBPASS_CONTENTS_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_CONTENTS_INLINE
enum VK_SUBPASS_CONTENTS_INLINE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_CONTENTS_MAX_ENUM
enum VK_SUBPASS_CONTENTS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_CONTENTS_RANGE_SIZE
enum VK_SUBPASS_CONTENTS_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS
enum VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_DESCRIPTION_FLAG_BITS_MAX_ENUM
enum VK_SUBPASS_DESCRIPTION_FLAG_BITS_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_DESCRIPTION_PER_VIEW_ATTRIBUTES_BIT_NVX
enum VK_SUBPASS_DESCRIPTION_PER_VIEW_ATTRIBUTES_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX
enum VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUBPASS_EXTERNAL
enum VK_SUBPASS_EXTERNAL;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SUCCESS
enum VK_SUCCESS;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_COUNTER_FLAG_BITS_MAX_ENUM_EXT
enum VK_SURFACE_COUNTER_FLAG_BITS_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_COUNTER_VBLANK_EXT
enum VK_SURFACE_COUNTER_VBLANK_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR
enum VK_SURFACE_TRANSFORM_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR
enum VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR
enum VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_180_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR
enum VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_270_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR
enum VK_SURFACE_TRANSFORM_HORIZONTAL_MIRROR_ROTATE_90_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR
enum VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR
enum VK_SURFACE_TRANSFORM_INHERIT_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR
enum VK_SURFACE_TRANSFORM_ROTATE_180_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR
enum VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR
enum VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SWAPCHAIN_CREATE_FLAG_BITS_MAX_ENUM_KHR
enum VK_SWAPCHAIN_CREATE_FLAG_BITS_MAX_ENUM_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SWAPCHAIN_CREATE_PROTECTED_BIT_KHR
enum VK_SWAPCHAIN_CREATE_PROTECTED_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR
enum VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_BEGIN_RANGE
enum VK_SYSTEM_ALLOCATION_SCOPE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_CACHE
enum VK_SYSTEM_ALLOCATION_SCOPE_CACHE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_COMMAND
enum VK_SYSTEM_ALLOCATION_SCOPE_COMMAND;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_DEVICE
enum VK_SYSTEM_ALLOCATION_SCOPE_DEVICE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_END_RANGE
enum VK_SYSTEM_ALLOCATION_SCOPE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE
enum VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_MAX_ENUM
enum VK_SYSTEM_ALLOCATION_SCOPE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_OBJECT
enum VK_SYSTEM_ALLOCATION_SCOPE_OBJECT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_SYSTEM_ALLOCATION_SCOPE_RANGE_SIZE
enum VK_SYSTEM_ALLOCATION_SCOPE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_BEGIN_RANGE
enum VK_TESSELLATION_DOMAIN_ORIGIN_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_END_RANGE
enum VK_TESSELLATION_DOMAIN_ORIGIN_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT
enum VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT_KHR
enum VK_TESSELLATION_DOMAIN_ORIGIN_LOWER_LEFT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_MAX_ENUM
enum VK_TESSELLATION_DOMAIN_ORIGIN_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_RANGE_SIZE
enum VK_TESSELLATION_DOMAIN_ORIGIN_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT
enum VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT_KHR
enum VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT_KHR;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TIMEOUT
enum VK_TIMEOUT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_TRUE
enum VK_TRUE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_UUID_SIZE
enum VK_UUID_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CACHE_HEADER_VERSION_BEGIN_RANGE_EXT
enum VK_VALIDATION_CACHE_HEADER_VERSION_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CACHE_HEADER_VERSION_END_RANGE_EXT
enum VK_VALIDATION_CACHE_HEADER_VERSION_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CACHE_HEADER_VERSION_MAX_ENUM_EXT
enum VK_VALIDATION_CACHE_HEADER_VERSION_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CACHE_HEADER_VERSION_ONE_EXT
enum VK_VALIDATION_CACHE_HEADER_VERSION_ONE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CACHE_HEADER_VERSION_RANGE_SIZE_EXT
enum VK_VALIDATION_CACHE_HEADER_VERSION_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CHECK_ALL_EXT
enum VK_VALIDATION_CHECK_ALL_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CHECK_BEGIN_RANGE_EXT
enum VK_VALIDATION_CHECK_BEGIN_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CHECK_END_RANGE_EXT
enum VK_VALIDATION_CHECK_END_RANGE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CHECK_MAX_ENUM_EXT
enum VK_VALIDATION_CHECK_MAX_ENUM_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CHECK_RANGE_SIZE_EXT
enum VK_VALIDATION_CHECK_RANGE_SIZE_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VALIDATION_CHECK_SHADERS_EXT
enum VK_VALIDATION_CHECK_SHADERS_EXT;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERSION_1_0
enum VK_VERSION_1_0;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERSION_1_1
enum VK_VERSION_1_1;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERTEX_INPUT_RATE_BEGIN_RANGE
enum VK_VERTEX_INPUT_RATE_BEGIN_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERTEX_INPUT_RATE_END_RANGE
enum VK_VERTEX_INPUT_RATE_END_RANGE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERTEX_INPUT_RATE_INSTANCE
enum VK_VERTEX_INPUT_RATE_INSTANCE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERTEX_INPUT_RATE_MAX_ENUM
enum VK_VERTEX_INPUT_RATE_MAX_ENUM;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERTEX_INPUT_RATE_RANGE_SIZE
enum VK_VERTEX_INPUT_RATE_RANGE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VERTEX_INPUT_RATE_VERTEX
enum VK_VERTEX_INPUT_RATE_VERTEX;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_BEGIN_RANGE_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_BEGIN_RANGE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_END_RANGE_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_END_RANGE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_MAX_ENUM_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_MAX_ENUM_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_W_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_W_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_X_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_X_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Y_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Y_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Z_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_NEGATIVE_Z_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_W_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_W_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_X_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_X_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Y_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Y_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Z_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_POSITIVE_Z_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_VIEWPORT_COORDINATE_SWIZZLE_RANGE_SIZE_NV
enum VK_VIEWPORT_COORDINATE_SWIZZLE_RANGE_SIZE_NV;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VK_WHOLE_SIZE
enum VK_WHOLE_SIZE;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Structs

VkAcquireNextImageInfoKHR
struct VkAcquireNextImageInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAllocationCallbacks
struct VkAllocationCallbacks
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkApplicationInfo
struct VkApplicationInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentDescription
struct VkAttachmentDescription
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentReference
struct VkAttachmentReference
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkAttachmentSampleLocationsEXT
struct VkAttachmentSampleLocationsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindBufferMemoryDeviceGroupInfo
struct VkBindBufferMemoryDeviceGroupInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindBufferMemoryInfo
struct VkBindBufferMemoryInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImageMemoryDeviceGroupInfo
struct VkBindImageMemoryDeviceGroupInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImageMemoryInfo
struct VkBindImageMemoryInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImageMemorySwapchainInfoKHR
struct VkBindImageMemorySwapchainInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindImagePlaneMemoryInfo
struct VkBindImagePlaneMemoryInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBindSparseInfo
struct VkBindSparseInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCopy
struct VkBufferCopy
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferCreateInfo
struct VkBufferCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferImageCopy
struct VkBufferImageCopy
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferMemoryBarrier
struct VkBufferMemoryBarrier
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferMemoryRequirementsInfo2
struct VkBufferMemoryRequirementsInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkBufferViewCreateInfo
struct VkBufferViewCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkClearAttachment
struct VkClearAttachment
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkClearDepthStencilValue
struct VkClearDepthStencilValue
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkClearRect
struct VkClearRect
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCmdProcessCommandsInfoNVX
struct VkCmdProcessCommandsInfoNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCmdReserveSpaceForCommandsInfoNVX
struct VkCmdReserveSpaceForCommandsInfoNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferAllocateInfo
struct VkCommandBufferAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferBeginInfo
struct VkCommandBufferBeginInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandBufferInheritanceInfo
struct VkCommandBufferInheritanceInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCommandPoolCreateInfo
struct VkCommandPoolCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkComponentMapping
struct VkComponentMapping
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkComputePipelineCreateInfo
struct VkComputePipelineCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkCopyDescriptorSet
struct VkCopyDescriptorSet
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugMarkerMarkerInfoEXT
struct VkDebugMarkerMarkerInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugMarkerObjectNameInfoEXT
struct VkDebugMarkerObjectNameInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugMarkerObjectTagInfoEXT
struct VkDebugMarkerObjectTagInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugReportCallbackCreateInfoEXT
struct VkDebugReportCallbackCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsLabelEXT
struct VkDebugUtilsLabelEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessengerCallbackDataEXT
struct VkDebugUtilsMessengerCallbackDataEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsMessengerCreateInfoEXT
struct VkDebugUtilsMessengerCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsObjectNameInfoEXT
struct VkDebugUtilsObjectNameInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDebugUtilsObjectTagInfoEXT
struct VkDebugUtilsObjectTagInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDedicatedAllocationBufferCreateInfoNV
struct VkDedicatedAllocationBufferCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDedicatedAllocationImageCreateInfoNV
struct VkDedicatedAllocationImageCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDedicatedAllocationMemoryAllocateInfoNV
struct VkDedicatedAllocationMemoryAllocateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorBufferInfo
struct VkDescriptorBufferInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorImageInfo
struct VkDescriptorImageInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorPoolCreateInfo
struct VkDescriptorPoolCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorPoolSize
struct VkDescriptorPoolSize
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetAllocateInfo
struct VkDescriptorSetAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutBinding
struct VkDescriptorSetLayoutBinding
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutBindingFlagsCreateInfoEXT
struct VkDescriptorSetLayoutBindingFlagsCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutCreateInfo
struct VkDescriptorSetLayoutCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetLayoutSupport
struct VkDescriptorSetLayoutSupport
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetVariableDescriptorCountAllocateInfoEXT
struct VkDescriptorSetVariableDescriptorCountAllocateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorSetVariableDescriptorCountLayoutSupportEXT
struct VkDescriptorSetVariableDescriptorCountLayoutSupportEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateCreateInfo
struct VkDescriptorUpdateTemplateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDescriptorUpdateTemplateEntry
struct VkDescriptorUpdateTemplateEntry
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceCreateInfo
struct VkDeviceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceEventInfoEXT
struct VkDeviceEventInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGeneratedCommandsFeaturesNVX
struct VkDeviceGeneratedCommandsFeaturesNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGeneratedCommandsLimitsNVX
struct VkDeviceGeneratedCommandsLimitsNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupBindSparseInfo
struct VkDeviceGroupBindSparseInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupCommandBufferBeginInfo
struct VkDeviceGroupCommandBufferBeginInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupDeviceCreateInfo
struct VkDeviceGroupDeviceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupPresentCapabilitiesKHR
struct VkDeviceGroupPresentCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupPresentInfoKHR
struct VkDeviceGroupPresentInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupRenderPassBeginInfo
struct VkDeviceGroupRenderPassBeginInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupSubmitInfo
struct VkDeviceGroupSubmitInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceGroupSwapchainCreateInfoKHR
struct VkDeviceGroupSwapchainCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceQueueCreateInfo
struct VkDeviceQueueCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceQueueGlobalPriorityCreateInfoEXT
struct VkDeviceQueueGlobalPriorityCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDeviceQueueInfo2
struct VkDeviceQueueInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDispatchIndirectCommand
struct VkDispatchIndirectCommand
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayEventInfoEXT
struct VkDisplayEventInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayModeCreateInfoKHR
struct VkDisplayModeCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayModeParametersKHR
struct VkDisplayModeParametersKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayModePropertiesKHR
struct VkDisplayModePropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPlaneCapabilitiesKHR
struct VkDisplayPlaneCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPlanePropertiesKHR
struct VkDisplayPlanePropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPowerInfoEXT
struct VkDisplayPowerInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPresentInfoKHR
struct VkDisplayPresentInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplayPropertiesKHR
struct VkDisplayPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDisplaySurfaceCreateInfoKHR
struct VkDisplaySurfaceCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDrawIndexedIndirectCommand
struct VkDrawIndexedIndirectCommand
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkDrawIndirectCommand
struct VkDrawIndirectCommand
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkEventCreateInfo
struct VkEventCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportFenceCreateInfo
struct VkExportFenceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMemoryAllocateInfo
struct VkExportMemoryAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportMemoryAllocateInfoNV
struct VkExportMemoryAllocateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExportSemaphoreCreateInfo
struct VkExportSemaphoreCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExtensionProperties
struct VkExtensionProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExtent2D
struct VkExtent2D
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExtent3D
struct VkExtent3D
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalBufferProperties
struct VkExternalBufferProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalFenceProperties
struct VkExternalFenceProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalImageFormatProperties
struct VkExternalImageFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalImageFormatPropertiesNV
struct VkExternalImageFormatPropertiesNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryBufferCreateInfo
struct VkExternalMemoryBufferCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryImageCreateInfo
struct VkExternalMemoryImageCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryImageCreateInfoNV
struct VkExternalMemoryImageCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalMemoryProperties
struct VkExternalMemoryProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkExternalSemaphoreProperties
struct VkExternalSemaphoreProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceCreateInfo
struct VkFenceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFenceGetFdInfoKHR
struct VkFenceGetFdInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFormatProperties
struct VkFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFormatProperties2
struct VkFormatProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkFramebufferCreateInfo
struct VkFramebufferCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkGraphicsPipelineCreateInfo
struct VkGraphicsPipelineCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkHdrMetadataEXT
struct VkHdrMetadataEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageBlit
struct VkImageBlit
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageCopy
struct VkImageCopy
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageCreateInfo
struct VkImageCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageFormatListCreateInfoKHR
struct VkImageFormatListCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageFormatProperties
struct VkImageFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageFormatProperties2
struct VkImageFormatProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageMemoryBarrier
struct VkImageMemoryBarrier
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageMemoryRequirementsInfo2
struct VkImageMemoryRequirementsInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImagePlaneMemoryRequirementsInfo
struct VkImagePlaneMemoryRequirementsInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageResolve
struct VkImageResolve
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageSparseMemoryRequirementsInfo2
struct VkImageSparseMemoryRequirementsInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageSubresource
struct VkImageSubresource
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageSubresourceLayers
struct VkImageSubresourceLayers
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageSubresourceRange
struct VkImageSubresourceRange
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageSwapchainCreateInfoKHR
struct VkImageSwapchainCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageViewCreateInfo
struct VkImageViewCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImageViewUsageCreateInfo
struct VkImageViewUsageCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportFenceFdInfoKHR
struct VkImportFenceFdInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMemoryFdInfoKHR
struct VkImportMemoryFdInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportMemoryHostPointerInfoEXT
struct VkImportMemoryHostPointerInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkImportSemaphoreFdInfoKHR
struct VkImportSemaphoreFdInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndirectCommandsLayoutCreateInfoNVX
struct VkIndirectCommandsLayoutCreateInfoNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndirectCommandsLayoutTokenNVX
struct VkIndirectCommandsLayoutTokenNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkIndirectCommandsTokenNVX
struct VkIndirectCommandsTokenNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkInputAttachmentAspectReference
struct VkInputAttachmentAspectReference
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkInstanceCreateInfo
struct VkInstanceCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkLayerProperties
struct VkLayerProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMappedMemoryRange
struct VkMappedMemoryRange
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateFlagsInfo
struct VkMemoryAllocateFlagsInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryAllocateInfo
struct VkMemoryAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryBarrier
struct VkMemoryBarrier
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryDedicatedAllocateInfo
struct VkMemoryDedicatedAllocateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryDedicatedRequirements
struct VkMemoryDedicatedRequirements
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryFdPropertiesKHR
struct VkMemoryFdPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryGetFdInfoKHR
struct VkMemoryGetFdInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryHeap
struct VkMemoryHeap
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryHostPointerPropertiesEXT
struct VkMemoryHostPointerPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryRequirements
struct VkMemoryRequirements
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryRequirements2
struct VkMemoryRequirements2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMemoryType
struct VkMemoryType
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkMultisamplePropertiesEXT
struct VkMultisamplePropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTableCreateInfoNVX
struct VkObjectTableCreateInfoNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTableDescriptorSetEntryNVX
struct VkObjectTableDescriptorSetEntryNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTableEntryNVX
struct VkObjectTableEntryNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTableIndexBufferEntryNVX
struct VkObjectTableIndexBufferEntryNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTablePipelineEntryNVX
struct VkObjectTablePipelineEntryNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTablePushConstantEntryNVX
struct VkObjectTablePushConstantEntryNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkObjectTableVertexBufferEntryNVX
struct VkObjectTableVertexBufferEntryNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkOffset2D
struct VkOffset2D
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkOffset3D
struct VkOffset3D
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPastPresentationTimingGOOGLE
struct VkPastPresentationTimingGOOGLE
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevice16BitStorageFeatures
struct VkPhysicalDevice16BitStorageFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT
struct VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
struct VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceConservativeRasterizationPropertiesEXT
struct VkPhysicalDeviceConservativeRasterizationPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceDescriptorIndexingFeaturesEXT
struct VkPhysicalDeviceDescriptorIndexingFeaturesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceDescriptorIndexingPropertiesEXT
struct VkPhysicalDeviceDescriptorIndexingPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceDiscardRectanglePropertiesEXT
struct VkPhysicalDeviceDiscardRectanglePropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalBufferInfo
struct VkPhysicalDeviceExternalBufferInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalFenceInfo
struct VkPhysicalDeviceExternalFenceInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalImageFormatInfo
struct VkPhysicalDeviceExternalImageFormatInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalMemoryHostPropertiesEXT
struct VkPhysicalDeviceExternalMemoryHostPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceExternalSemaphoreInfo
struct VkPhysicalDeviceExternalSemaphoreInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceFeatures
struct VkPhysicalDeviceFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceFeatures2
struct VkPhysicalDeviceFeatures2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceGroupProperties
struct VkPhysicalDeviceGroupProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceIDProperties
struct VkPhysicalDeviceIDProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceImageFormatInfo2
struct VkPhysicalDeviceImageFormatInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceLimits
struct VkPhysicalDeviceLimits
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMaintenance3Properties
struct VkPhysicalDeviceMaintenance3Properties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMemoryProperties
struct VkPhysicalDeviceMemoryProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMemoryProperties2
struct VkPhysicalDeviceMemoryProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMultiviewFeatures
struct VkPhysicalDeviceMultiviewFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
struct VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceMultiviewProperties
struct VkPhysicalDeviceMultiviewProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevicePointClippingProperties
struct VkPhysicalDevicePointClippingProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceProperties
struct VkPhysicalDeviceProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceProperties2
struct VkPhysicalDeviceProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceProtectedMemoryFeatures
struct VkPhysicalDeviceProtectedMemoryFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceProtectedMemoryProperties
struct VkPhysicalDeviceProtectedMemoryProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDevicePushDescriptorPropertiesKHR
struct VkPhysicalDevicePushDescriptorPropertiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSampleLocationsPropertiesEXT
struct VkPhysicalDeviceSampleLocationsPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT
struct VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSamplerYcbcrConversionFeatures
struct VkPhysicalDeviceSamplerYcbcrConversionFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceShaderCorePropertiesAMD
struct VkPhysicalDeviceShaderCorePropertiesAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceShaderDrawParameterFeatures
struct VkPhysicalDeviceShaderDrawParameterFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSparseImageFormatInfo2
struct VkPhysicalDeviceSparseImageFormatInfo2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSparseProperties
struct VkPhysicalDeviceSparseProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSubgroupProperties
struct VkPhysicalDeviceSubgroupProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceSurfaceInfo2KHR
struct VkPhysicalDeviceSurfaceInfo2KHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceVariablePointerFeatures
struct VkPhysicalDeviceVariablePointerFeatures
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT
struct VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCacheCreateInfo
struct VkPipelineCacheCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineColorBlendAdvancedStateCreateInfoEXT
struct VkPipelineColorBlendAdvancedStateCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineColorBlendAttachmentState
struct VkPipelineColorBlendAttachmentState
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineColorBlendStateCreateInfo
struct VkPipelineColorBlendStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCoverageModulationStateCreateInfoNV
struct VkPipelineCoverageModulationStateCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineCoverageToColorStateCreateInfoNV
struct VkPipelineCoverageToColorStateCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineDepthStencilStateCreateInfo
struct VkPipelineDepthStencilStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineDiscardRectangleStateCreateInfoEXT
struct VkPipelineDiscardRectangleStateCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineDynamicStateCreateInfo
struct VkPipelineDynamicStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineInputAssemblyStateCreateInfo
struct VkPipelineInputAssemblyStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineLayoutCreateInfo
struct VkPipelineLayoutCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineMultisampleStateCreateInfo
struct VkPipelineMultisampleStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineRasterizationConservativeStateCreateInfoEXT
struct VkPipelineRasterizationConservativeStateCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineRasterizationStateCreateInfo
struct VkPipelineRasterizationStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineRasterizationStateRasterizationOrderAMD
struct VkPipelineRasterizationStateRasterizationOrderAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineSampleLocationsStateCreateInfoEXT
struct VkPipelineSampleLocationsStateCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineShaderStageCreateInfo
struct VkPipelineShaderStageCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineTessellationDomainOriginStateCreateInfo
struct VkPipelineTessellationDomainOriginStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineTessellationStateCreateInfo
struct VkPipelineTessellationStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineVertexInputDivisorStateCreateInfoEXT
struct VkPipelineVertexInputDivisorStateCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineVertexInputStateCreateInfo
struct VkPipelineVertexInputStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineViewportStateCreateInfo
struct VkPipelineViewportStateCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineViewportSwizzleStateCreateInfoNV
struct VkPipelineViewportSwizzleStateCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPipelineViewportWScalingStateCreateInfoNV
struct VkPipelineViewportWScalingStateCreateInfoNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentInfoKHR
struct VkPresentInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentRegionKHR
struct VkPresentRegionKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentRegionsKHR
struct VkPresentRegionsKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentTimeGOOGLE
struct VkPresentTimeGOOGLE
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPresentTimesInfoGOOGLE
struct VkPresentTimesInfoGOOGLE
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkProtectedSubmitInfo
struct VkProtectedSubmitInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkPushConstantRange
struct VkPushConstantRange
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueryPoolCreateInfo
struct VkQueryPoolCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFamilyProperties
struct VkQueueFamilyProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkQueueFamilyProperties2
struct VkQueueFamilyProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRect2D
struct VkRect2D
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRectLayerKHR
struct VkRectLayerKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRefreshCycleDurationGOOGLE
struct VkRefreshCycleDurationGOOGLE
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassBeginInfo
struct VkRenderPassBeginInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassCreateInfo
struct VkRenderPassCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassInputAttachmentAspectCreateInfo
struct VkRenderPassInputAttachmentAspectCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassMultiviewCreateInfo
struct VkRenderPassMultiviewCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkRenderPassSampleLocationsBeginInfoEXT
struct VkRenderPassSampleLocationsBeginInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSampleLocationEXT
struct VkSampleLocationEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSampleLocationsInfoEXT
struct VkSampleLocationsInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerCreateInfo
struct VkSamplerCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerReductionModeCreateInfoEXT
struct VkSamplerReductionModeCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionCreateInfo
struct VkSamplerYcbcrConversionCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionImageFormatProperties
struct VkSamplerYcbcrConversionImageFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSamplerYcbcrConversionInfo
struct VkSamplerYcbcrConversionInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreCreateInfo
struct VkSemaphoreCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSemaphoreGetFdInfoKHR
struct VkSemaphoreGetFdInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderModuleCreateInfo
struct VkShaderModuleCreateInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderModuleValidationCacheCreateInfoEXT
struct VkShaderModuleValidationCacheCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderResourceUsageAMD
struct VkShaderResourceUsageAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkShaderStatisticsInfoAMD
struct VkShaderStatisticsInfoAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSharedPresentSurfaceCapabilitiesKHR
struct VkSharedPresentSurfaceCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseBufferMemoryBindInfo
struct VkSparseBufferMemoryBindInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageFormatProperties
struct VkSparseImageFormatProperties
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageFormatProperties2
struct VkSparseImageFormatProperties2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageMemoryBind
struct VkSparseImageMemoryBind
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageMemoryBindInfo
struct VkSparseImageMemoryBindInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageMemoryRequirements
struct VkSparseImageMemoryRequirements
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageMemoryRequirements2
struct VkSparseImageMemoryRequirements2
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseImageOpaqueMemoryBindInfo
struct VkSparseImageOpaqueMemoryBindInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSparseMemoryBind
struct VkSparseMemoryBind
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSpecializationInfo
struct VkSpecializationInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSpecializationMapEntry
struct VkSpecializationMapEntry
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkStencilOpState
struct VkStencilOpState
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubmitInfo
struct VkSubmitInfo
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubpassDependency
struct VkSubpassDependency
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubpassDescription
struct VkSubpassDescription
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubpassSampleLocationsEXT
struct VkSubpassSampleLocationsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSubresourceLayout
struct VkSubresourceLayout
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceCapabilities2EXT
struct VkSurfaceCapabilities2EXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceCapabilities2KHR
struct VkSurfaceCapabilities2KHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceCapabilitiesKHR
struct VkSurfaceCapabilitiesKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceFormat2KHR
struct VkSurfaceFormat2KHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSurfaceFormatKHR
struct VkSurfaceFormatKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSwapchainCounterCreateInfoEXT
struct VkSwapchainCounterCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkSwapchainCreateInfoKHR
struct VkSwapchainCreateInfoKHR
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkTextureLODGatherFormatPropertiesAMD
struct VkTextureLODGatherFormatPropertiesAMD
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkValidationCacheCreateInfoEXT
struct VkValidationCacheCreateInfoEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkValidationFlagsEXT
struct VkValidationFlagsEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVertexInputAttributeDescription
struct VkVertexInputAttributeDescription
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVertexInputBindingDescription
struct VkVertexInputBindingDescription
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkVertexInputBindingDivisorDescriptionEXT
struct VkVertexInputBindingDivisorDescriptionEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkViewport
struct VkViewport
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkViewportSwizzleNV
struct VkViewportSwizzleNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkViewportWScalingNV
struct VkViewportWScalingNV
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkWriteDescriptorSet
struct VkWriteDescriptorSet
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkXYColorEXT
struct VkXYColorEXT
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Unions

VkClearColorValue
union VkClearColorValue
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
VkClearValue
union VkClearValue
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta

License

$(https://opensource.org/licenses/MIT, MIT License).

Authors

Copyright 2016 Alex Parrill, Peter Particle