mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
Assign flags in vkh::ComputePipelineCreateInfo constructor
This commit is contained in:
@@ -1302,7 +1302,7 @@ struct ComputePipelineCreateInfo : public VkComputePipelineCreateInfo
|
||||
{
|
||||
sType = VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO;
|
||||
pNext = NULL;
|
||||
this->flags = 0;
|
||||
this->flags = flags;
|
||||
this->stage = stage;
|
||||
this->layout = layout;
|
||||
this->basePipelineHandle = basePipelineHandle;
|
||||
|
||||
Reference in New Issue
Block a user