mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-14 17:55:50 +00:00
Removed unused (and uninitialised) BakedCmdBufferInfo::customResolve
This commit is contained in:
@@ -855,9 +855,6 @@ private:
|
||||
// vkCmdNextSubpass for valid barrier counting.
|
||||
int activeSubpass = 0;
|
||||
|
||||
// Is custom resolve active : when it is active the resolve target of the colour attachment is the output
|
||||
bool customResolve;
|
||||
|
||||
ResourceId GetPushDescriptorID(VkPipelineBindPoint bindpoint, uint32_t set)
|
||||
{
|
||||
return pushDescriptorID[bindpoint == VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR ? 2 : bindpoint][set];
|
||||
|
||||
Reference in New Issue
Block a user