anv: Add minimal boilerplate for VK_KHR_ray_tracing_pipeline
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8637>
This commit is contained in:

committed by
Marge Bot

parent
d258b0bf0e
commit
f366f6a071
@@ -1525,3 +1525,9 @@ void anv_CmdSetFragmentShadingRateKHR(
|
||||
cmd_buffer->state.gfx.dynamic.fragment_shading_rate = *pFragmentSize;
|
||||
cmd_buffer->state.gfx.dirty |= ANV_CMD_DIRTY_DYNAMIC_SHADING_RATE;
|
||||
}
|
||||
|
||||
void anv_CmdSetRayTracingPipelineStackSizeKHR(
|
||||
VkCommandBuffer commandBuffer,
|
||||
uint32_t pipelineStackSize)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user