1// Copyright 2019-2024 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5// Common Valid Usage 6// Common to trace rays commands 7 8include::{chapters}/commonvalidity/draw_dispatch_common.adoc[] 9 * [[VUID-{refpage}-None-03429]] 10 Any shader group handle referenced by this call must: have been queried 11 from the currently bound ray tracing pipeline 12 * [[VUID-{refpage}-None-09458]] 13 If the bound ray tracing pipeline state was created with the 14 ename:VK_DYNAMIC_STATE_RAY_TRACING_PIPELINE_STACK_SIZE_KHR dynamic state 15 enabled then flink:vkCmdSetRayTracingPipelineStackSizeKHR must: have 16 been called in the current command buffer prior to this trace command 17// Common Valid Usage 18