C Specification
To dispatch ray tracing, with some parameters sourced on the device, use:
// Provided by VK_KHR_ray_tracing_pipeline
void vkCmdTraceRaysIndirectKHR(
VkCommandBuffer commandBuffer,
const VkStridedDeviceAddressRegionKHR* pRaygenShaderBindingTable,
const VkStridedDeviceAddressRegionKHR* pMissShaderBindingTable,
const VkStridedDeviceAddressRegionKHR* pHitShaderBindingTable,
const VkStridedDeviceAddressRegionKHR* pCallableShaderBindingTable,
VkDeviceAddress indirectDeviceAddress);
Parameters
-
commandBufferis the command buffer into which the command will be recorded. -
pRaygenShaderBindingTableis a VkStridedDeviceAddressRegionKHR that holds the shader binding table data for the ray generation shader stage. -
pMissShaderBindingTableis a VkStridedDeviceAddressRegionKHR that holds the shader binding table data for the miss shader stage. -
pHitShaderBindingTableis a VkStridedDeviceAddressRegionKHR that holds the shader binding table data for the hit shader stage. -
pCallableShaderBindingTableis a VkStridedDeviceAddressRegionKHR that holds the shader binding table data for the callable shader stage. -
indirectDeviceAddressis a buffer device address which points to a VkTraceRaysIndirectCommandKHR structure which contains the trace ray parameters.
Description
vkCmdTraceRaysIndirectKHR behaves similarly to vkCmdTraceRaysKHR
except that the ray trace query dimensions are read by the device from
indirectDeviceAddress during execution.
-
VUID-vkCmdTraceRaysIndirectKHR-magFilter-04553
If a VkSampler created withmagFilterorminFilterequal toVK_FILTER_LINEARandcompareEnableequal toVK_FALSEis used to sample a VkImageView as a result of this command, then the image view’s format features must containVK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT -
VUID-vkCmdTraceRaysIndirectKHR-None-02691
If aVkImageViewis accessed using atomic operations as a result of this command, then the image view’s format features must containVK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT -
VUID-vkCmdTraceRaysIndirectKHR-None-02692
If aVkImageViewis sampled withVK_FILTER_CUBIC_EXTas a result of this command, then the image view’s format features must containVK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT -
VUID-vkCmdTraceRaysIndirectKHR-filterCubic-02694
Any VkImageView being sampled withVK_FILTER_CUBIC_EXTas a result of this command must have a VkImageViewType and format that supports cubic filtering, as specified byVkFilterCubicImageViewImageFormatPropertiesEXT::filterCubicreturned byvkGetPhysicalDeviceImageFormatProperties2 -
VUID-vkCmdTraceRaysIndirectKHR-filterCubicMinmax-02695
Any VkImageView being sampled withVK_FILTER_CUBIC_EXTwith a reduction mode of eitherVK_SAMPLER_REDUCTION_MODE_MINorVK_SAMPLER_REDUCTION_MODE_MAXas a result of this command must have a VkImageViewType and format that supports cubic filtering together with minmax filtering, as specified byVkFilterCubicImageViewImageFormatPropertiesEXT::filterCubicMinmaxreturned byvkGetPhysicalDeviceImageFormatProperties2 -
VUID-vkCmdTraceRaysIndirectKHR-flags-02696
Any VkImage created with a VkImageCreateInfo::flagscontainingVK_IMAGE_CREATE_CORNER_SAMPLED_BIT_NVsampled as a result of this command must only be sampled using a VkSamplerAddressMode ofVK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE -
VUID-vkCmdTraceRaysIndirectKHR-None-02697
For each set n that is statically used by theVkPipelinebound to the pipeline bind point used by this command, a descriptor set must have been bound to n at the same pipeline bind point, with aVkPipelineLayoutthat is compatible for set n, with theVkPipelineLayoutused to create the currentVkPipeline, as described in [descriptorsets-compatibility] -
VUID-vkCmdTraceRaysIndirectKHR-None-02698
For each push constant that is statically used by theVkPipelinebound to the pipeline bind point used by this command, a push constant value must have been set for the same pipeline bind point, with aVkPipelineLayoutthat is compatible for push constants, with theVkPipelineLayoutused to create the currentVkPipeline, as described in [descriptorsets-compatibility] -
VUID-vkCmdTraceRaysIndirectKHR-None-02699
Descriptors in each bound descriptor set, specified viavkCmdBindDescriptorSets, must be valid if they are statically used by theVkPipelinebound to the pipeline bind point used by this command -
VUID-vkCmdTraceRaysIndirectKHR-None-02700
A valid pipeline must be bound to the pipeline bind point used by this command -
VUID-vkCmdTraceRaysIndirectKHR-commandBuffer-02701
If theVkPipelineobject bound to the pipeline bind point used by this command requires any dynamic state, that state must have been set forcommandBuffer, and done so after any previously bound pipeline with the corresponding state not specified as dynamic -
VUID-vkCmdTraceRaysIndirectKHR-None-02859
There must not have been any calls to dynamic state setting commands for any state not specified as dynamic in theVkPipelineobject bound to the pipeline bind point used by this command, since that pipeline was bound -
VUID-vkCmdTraceRaysIndirectKHR-None-02702
If theVkPipelineobject bound to the pipeline bind point used by this command accesses aVkSamplerobject that uses unnormalized coordinates, that sampler must not be used to sample from anyVkImagewith aVkImageViewof the typeVK_IMAGE_VIEW_TYPE_3D,VK_IMAGE_VIEW_TYPE_CUBE,VK_IMAGE_VIEW_TYPE_1D_ARRAY,VK_IMAGE_VIEW_TYPE_2D_ARRAYorVK_IMAGE_VIEW_TYPE_CUBE_ARRAY, in any shader stage -
VUID-vkCmdTraceRaysIndirectKHR-None-02703
If theVkPipelineobject bound to the pipeline bind point used by this command accesses aVkSamplerobject that uses unnormalized coordinates, that sampler must not be used with any of the SPIR-VOpImageSample*orOpImageSparseSample*instructions withImplicitLod,DreforProjin their name, in any shader stage -
VUID-vkCmdTraceRaysIndirectKHR-None-02704
If theVkPipelineobject bound to the pipeline bind point used by this command accesses aVkSamplerobject that uses unnormalized coordinates, that sampler must not be used with any of the SPIR-VOpImageSample*orOpImageSparseSample*instructions that includes a LOD bias or any offset values, in any shader stage -
VUID-vkCmdTraceRaysIndirectKHR-None-02705
If the robust buffer access feature is not enabled, and if theVkPipelineobject bound to the pipeline bind point used by this command accesses a uniform buffer, it must not access values outside of the range of the buffer as specified in the descriptor set bound to the same pipeline bind point -
VUID-vkCmdTraceRaysIndirectKHR-None-02706
If the robust buffer access feature is not enabled, and if theVkPipelineobject bound to the pipeline bind point used by this command accesses a storage buffer, it must not access values outside of the range of the buffer as specified in the descriptor set bound to the same pipeline bind point -
VUID-vkCmdTraceRaysIndirectKHR-commandBuffer-02707
IfcommandBufferis an unprotected command buffer, any resource accessed by theVkPipelineobject bound to the pipeline bind point used by this command must not be a protected resource -
VUID-vkCmdTraceRaysIndirectKHR-None-04115
If a VkImageView is accessed usingOpImageWriteas a result of this command, then theTypeof theTexeloperand of that instruction must have at least as many components as the image view’s format. -
VUID-vkCmdTraceRaysIndirectKHR-OpImageWrite-04469
If a VkBufferView is accessed usingOpImageWriteas a result of this command, then theTypeof theTexeloperand of that instruction must have at least as many components as the image view’s format. -
VUID-vkCmdTraceRaysIndirectKHR-SampledType-04470
If a VkImageView with a VkFormat that has a 64-bit channel width is accessed as a result of this command, theSampledTypeof theOpTypeImageoperand of that instruction must have aWidthof 64. -
VUID-vkCmdTraceRaysIndirectKHR-SampledType-04471
If a VkImageView with a VkFormat that has a channel width less than 64-bit is accessed as a result of this command, theSampledTypeof theOpTypeImageoperand of that instruction must have aWidthof 32. -
VUID-vkCmdTraceRaysIndirectKHR-SampledType-04472
If a VkBufferView with a VkFormat that has a 64-bit channel width is accessed as a result of this command, theSampledTypeof theOpTypeImageoperand of that instruction must have aWidthof 64. -
VUID-vkCmdTraceRaysIndirectKHR-SampledType-04473
If a VkBufferView with a VkFormat that has a channel width less than 64-bit is accessed as a result of this command, theSampledTypeof theOpTypeImageoperand of that instruction must have aWidthof 32. -
VUID-vkCmdTraceRaysIndirectKHR-sparseImageInt64Atomics-04474
If thesparseImageInt64Atomicsfeature is not enabled, VkImage objects created with theVK_IMAGE_CREATE_SPARSE_RESIDENCY_BITflag must not be accessed by atomic instructions through anOpTypeImagewith aSampledTypewith aWidthof 64 by this command. -
VUID-vkCmdTraceRaysIndirectKHR-sparseImageInt64Atomics-04475
If thesparseImageInt64Atomicsfeature is not enabled, VkBuffer objects created with theVK_BUFFER_CREATE_SPARSE_RESIDENCY_BITflag must not be accessed by atomic instructions through anOpTypeImagewith aSampledTypewith aWidthof 64 by this command. -
VUID-vkCmdTraceRaysIndirectKHR-None-03429
Any shader group handle referenced by this call must have been queried from the currently bound ray tracing shader pipeline
-
VUID-vkCmdTraceRaysIndirectKHR-maxPipelineRayRecursionDepth-03679
This command must not cause a shader call instruction to be executed from a shader invocation with a recursion depth greater than the value ofmaxPipelineRayRecursionDepthused to create the bound ray tracing pipeline -
VUID-vkCmdTraceRaysIndirectKHR-pRayGenShaderBindingTable-03680
If the buffer from whichpRayGenShaderBindingTable->deviceAddresswas queried is non-sparse then it must be bound completely and contiguously to a singleVkDeviceMemoryobject -
VUID-vkCmdTraceRaysIndirectKHR-pRayGenShaderBindingTable-03681
The buffer from which thepRayGenShaderBindingTable->deviceAddressis queried must have been created with theVK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHRusage flag -
VUID-vkCmdTraceRaysIndirectKHR-pRayGenShaderBindingTable-03682
pRayGenShaderBindingTable->deviceAddressmust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupBaseAlignment -
VUID-vkCmdTraceRaysIndirectKHR-size-04023
Thesizemember ofpRayGenShaderBindingTablemust be equal to itsstridemember -
VUID-vkCmdTraceRaysIndirectKHR-pMissShaderBindingTable-03683
If the buffer from whichpMissShaderBindingTable->deviceAddresswas queried is non-sparse then it must be bound completely and contiguously to a singleVkDeviceMemoryobject -
VUID-vkCmdTraceRaysIndirectKHR-pMissShaderBindingTable-03684
The buffer from which thepMissShaderBindingTable->deviceAddressis queried must have been created with theVK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHRusage flag -
VUID-vkCmdTraceRaysIndirectKHR-pMissShaderBindingTable-03685
pMissShaderBindingTable->deviceAddressmust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupBaseAlignment -
VUID-vkCmdTraceRaysIndirectKHR-stride-03686
Thestridemember ofpMissShaderBindingTablemust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupHandleAlignment -
VUID-vkCmdTraceRaysIndirectKHR-stride-04029
Thestridemember ofpMissShaderBindingTablemust be less than or equal toVkPhysicalDeviceRayTracingPipelinePropertiesKHR::maxShaderGroupStride -
VUID-vkCmdTraceRaysIndirectKHR-pHitShaderBindingTable-03687
If the buffer from whichpHitShaderBindingTable->deviceAddresswas queried is non-sparse then it must be bound completely and contiguously to a singleVkDeviceMemoryobject -
VUID-vkCmdTraceRaysIndirectKHR-pHitShaderBindingTable-03688
The buffer from which thepHitShaderBindingTable->deviceAddressis queried must have been created with theVK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHRusage flag -
VUID-vkCmdTraceRaysIndirectKHR-pHitShaderBindingTable-03689
pHitShaderBindingTable->deviceAddressmust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupBaseAlignment -
VUID-vkCmdTraceRaysIndirectKHR-stride-03690
Thestridemember ofpHitShaderBindingTablemust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupHandleAlignment -
VUID-vkCmdTraceRaysIndirectKHR-stride-04035
Thestridemember ofpHitShaderBindingTablemust be less than or equal toVkPhysicalDeviceRayTracingPipelinePropertiesKHR::maxShaderGroupStride -
VUID-vkCmdTraceRaysIndirectKHR-pCallableShaderBindingTable-03691
If the buffer from whichpCallableShaderBindingTable->deviceAddresswas queried is non-sparse then it must be bound completely and contiguously to a singleVkDeviceMemoryobject -
VUID-vkCmdTraceRaysIndirectKHR-pCallableShaderBindingTable-03692
The buffer from which thepCallableShaderBindingTable->deviceAddressis queried must have been created with theVK_BUFFER_USAGE_SHADER_BINDING_TABLE_BIT_KHRusage flag -
VUID-vkCmdTraceRaysIndirectKHR-pCallableShaderBindingTable-03693
pCallableShaderBindingTable->deviceAddressmust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupBaseAlignment -
VUID-vkCmdTraceRaysIndirectKHR-stride-03694
Thestridemember ofpCallableShaderBindingTablemust be a multiple ofVkPhysicalDeviceRayTracingPipelinePropertiesKHR::shaderGroupHandleAlignment -
VUID-vkCmdTraceRaysIndirectKHR-stride-04041
Thestridemember ofpCallableShaderBindingTablemust be less than or equal toVkPhysicalDeviceRayTracingPipelinePropertiesKHR::maxShaderGroupStride -
VUID-vkCmdTraceRaysIndirectKHR-flags-03695
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR, thedeviceAddressmember ofpHitShaderBindingTablemust not be zero -
VUID-vkCmdTraceRaysIndirectKHR-flags-03696
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR, thedeviceAddressmember ofpHitShaderBindingTablemust not be zero -
VUID-vkCmdTraceRaysIndirectKHR-flags-03697
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR, thedeviceAddressmember ofpHitShaderBindingTablemust not be zero -
VUID-vkCmdTraceRaysIndirectKHR-flags-03511
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_MISS_SHADERS_BIT_KHR, the shader group handle identified bypMissShaderBindingTablemust contain a valid miss shader -
VUID-vkCmdTraceRaysIndirectKHR-flags-03512
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR, entries inpHitShaderBindingTableaccessed as a result of this command in order to execute an any-hit shader must not be set to zero -
VUID-vkCmdTraceRaysIndirectKHR-flags-03513
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_BIT_KHR, entries inpHitShaderBindingTableaccessed as a result of this command in order to execute a closest hit shader must not be set to zero -
VUID-vkCmdTraceRaysIndirectKHR-flags-03514
If the currently bound ray tracing pipeline was created withflagsthat includedVK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_BIT_KHR, entries inpHitShaderBindingTableaccessed as a result of this command in order to execute an intersection shader must not be set to zero -
VUID-vkCmdTraceRaysIndirectKHR-pHitShaderBindingTable-03720
Any hit group entries inpHitShaderBindingTableaccessed by this call from a geometry with ageometryTypeofVK_GEOMETRY_TYPE_TRIANGLES_KHRmust have been created withVK_RAY_TRACING_SHADER_GROUP_TYPE_TRIANGLES_HIT_GROUP_KHR -
VUID-vkCmdTraceRaysIndirectKHR-pHitShaderBindingTable-03721
Any hit group entries inpHitShaderBindingTableaccessed by this call from a geometry with ageometryTypeofVK_GEOMETRY_TYPE_AABBS_KHRmust have been created withVK_RAY_TRACING_SHADER_GROUP_TYPE_PROCEDURAL_HIT_GROUP_KHR
-
VUID-vkCmdTraceRaysIndirectKHR-indirectDeviceAddress-03632
If the buffer from whichindirectDeviceAddresswas queried is non-sparse then it must be bound completely and contiguously to a singleVkDeviceMemoryobject -
VUID-vkCmdTraceRaysIndirectKHR-indirectDeviceAddress-03633
The buffer from whichindirectDeviceAddresswas queried must have been created with theVK_BUFFER_USAGE_INDIRECT_BUFFER_BITbit set -
VUID-vkCmdTraceRaysIndirectKHR-indirectDeviceAddress-03634
indirectDeviceAddressmust be a multiple of4 -
VUID-vkCmdTraceRaysIndirectKHR-commandBuffer-03635
commandBuffermust not be a protected command buffer -
VUID-vkCmdTraceRaysIndirectKHR-indirectDeviceAddress-03636
All device addresses betweenindirectDeviceAddressandindirectDeviceAddress+sizeof(VkTraceRaysIndirectCommandKHR) - 1 must be in the buffer device address range of the same buffer -
VUID-vkCmdTraceRaysIndirectKHR-rayTracingPipelineTraceRaysIndirect-03637
theVkPhysicalDeviceRayTracingPipelineFeaturesKHR::rayTracingPipelineTraceRaysIndirectfeature must be enabled
-
VUID-vkCmdTraceRaysIndirectKHR-commandBuffer-parameter
commandBuffermust be a valid VkCommandBuffer handle -
VUID-vkCmdTraceRaysIndirectKHR-pRaygenShaderBindingTable-parameter
pRaygenShaderBindingTablemust be a valid pointer to a valid VkStridedDeviceAddressRegionKHR structure -
VUID-vkCmdTraceRaysIndirectKHR-pMissShaderBindingTable-parameter
pMissShaderBindingTablemust be a valid pointer to a valid VkStridedDeviceAddressRegionKHR structure -
VUID-vkCmdTraceRaysIndirectKHR-pHitShaderBindingTable-parameter
pHitShaderBindingTablemust be a valid pointer to a valid VkStridedDeviceAddressRegionKHR structure -
VUID-vkCmdTraceRaysIndirectKHR-pCallableShaderBindingTable-parameter
pCallableShaderBindingTablemust be a valid pointer to a valid VkStridedDeviceAddressRegionKHR structure -
VUID-vkCmdTraceRaysIndirectKHR-commandBuffer-recording
commandBuffermust be in the recording state -
VUID-vkCmdTraceRaysIndirectKHR-commandBuffer-cmdpool
TheVkCommandPoolthatcommandBufferwas allocated from must support compute operations -
VUID-vkCmdTraceRaysIndirectKHR-renderpass
This command must only be called outside of a render pass instance
-
Host access to
commandBuffermust be externally synchronized -
Host access to the
VkCommandPoolthatcommandBufferwas allocated from must be externally synchronized
| Command Buffer Levels | Render Pass Scope | Supported Queue Types | Pipeline Type |
|---|---|---|---|
Primary |
Outside |
Compute |
See Also
VkCommandBuffer, VkDeviceAddress, VkStridedDeviceAddressRegionKHR
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.