Skip to content

Commit

Permalink
Remove the setting of rasterization samples in vkCmdSetSampleMaskEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasmine Hansen authored and baldurk committed May 16, 2024
1 parent d176e98 commit 5eac79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renderdoc/driver/vulkan/wrappers/vk_dynamic_funcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,6 @@ bool WrappedVulkan::Serialise_vkCmdSetSampleMaskEXT(SerialiserType &ser,

renderstate.dynamicStates[VkDynamicSampleMaskEXT] = true;

renderstate.rastSamples = samples;
renderstate.sampleMask.assign(pSampleMask, ((samples - 1) / 32) + 1);
}
}
Expand Down

0 comments on commit 5eac79c

Please sign in to comment.