mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Set compute shader stage bit when reconstructing pipeline info
This commit is contained in:
@@ -4749,6 +4749,7 @@ void VulkanDebugManager::MakeComputePipelineInfo(VkComputePipelineCreateInfo &pi
|
||||
stage.pName = pipeInfo.shaders[i].entryPoint.c_str();
|
||||
stage.pNext = NULL;
|
||||
stage.pSpecializationInfo = NULL;
|
||||
stage.flags = VK_SHADER_STAGE_COMPUTE_BIT;
|
||||
|
||||
if(!pipeInfo.shaders[i].specialization.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user