VkIndirectExecutionSetInfoTypeEXT(3)

Name

VkIndirectExecutionSetInfoTypeEXT - Enum specifying allowed usage of an indirect execution set

C Specification

Values which can be set in VkIndirectExecutionSetCreateInfoEXT::type, specifying contents of an indirect execution set, are:

// Provided by VK_EXT_device_generated_commands
typedef enum VkIndirectExecutionSetInfoTypeEXT {
    VK_INDIRECT_EXECUTION_SET_INFO_TYPE_PIPELINES_EXT = 0,
    VK_INDIRECT_EXECUTION_SET_INFO_TYPE_SHADER_OBJECTS_EXT = 1,
} VkIndirectExecutionSetInfoTypeEXT;

Description

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.