mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
radv: Add stub for vkCmdBindPipelineShaderGroupNV.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17269>
This commit is contained in:
parent
3f09bd5a0e
commit
05bf39238b
1 changed files with 9 additions and 0 deletions
|
|
@ -9583,3 +9583,12 @@ radv_CmdWriteBufferMarker2AMD(VkCommandBuffer commandBuffer, VkPipelineStageFlag
|
|||
|
||||
assert(cmd_buffer->cs->cdw <= cdw_max);
|
||||
}
|
||||
|
||||
void
|
||||
radv_CmdBindPipelineShaderGroupNV(VkCommandBuffer commandBuffer,
|
||||
VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline,
|
||||
uint32_t groupIndex)
|
||||
{
|
||||
fprintf(stderr, "radv: unimplemented vkCmdBindPipelineShaderGroupNV\n");
|
||||
abort();
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue