mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
Set pipeline bind point for descriptor update templates
* This is needed to know which type of descriptor sets is being mutated for push descriptors
This commit is contained in:
@@ -859,6 +859,8 @@ void DescUpdateTemplate::Init(VulkanResourceManager *resourceMan, VulkanCreation
|
||||
updates.insert(updates.begin(), pCreateInfo->pDescriptorUpdateEntries,
|
||||
pCreateInfo->pDescriptorUpdateEntries + pCreateInfo->descriptorUpdateEntryCount);
|
||||
|
||||
bindPoint = pCreateInfo->pipelineBindPoint;
|
||||
|
||||
dataByteSize = 0;
|
||||
|
||||
texelBufferViewCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user