Description
Vulkan Version 1.0 was the initial release of the Vulkan API.
New Commands
-
vkCreateShaderModule -
vkDestroyCommandPool -
vkDestroyDescriptorPool -
vkDestroyQueryPool -
vkDestroyShaderModule -
vkFreeMemory -
vkGetImageSparseMemoryRequirements -
vkGetPhysicalDeviceSparseImageFormatProperties -
vkGetPipelineCacheData -
vkMergePipelineCaches -
vkQueueBindSparse
New Structures
-
VkBindSparseInfo -
VkSparseBufferMemoryBindInfo -
VkSparseImageFormatProperties -
VkSparseImageMemoryBind -
VkSparseImageMemoryBindInfo -
VkSparseImageMemoryRequirements -
VkSparseImageOpaqueMemoryBindInfo -
VkSparseMemoryBind -
Extending
VkBindDescriptorSetsInfo,VkPushConstantsInfo,VkPushDescriptorSetInfo,VkPushDescriptorSetWithTemplateInfo,VkSetDescriptorBufferOffsetsInfoEXT,VkBindDescriptorBufferEmbeddedSamplersInfoEXT,VkIndirectCommandsLayoutCreateInfoEXT: -
Extending VkPipelineShaderStageCreateInfo,
VkDataGraphPipelineCreateInfoARM:-
VkShaderModuleCreateInfo
-
New Enum Constants
-
Extending VkResult:
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.