-
Fix clearing of multiple image ranges · 3af883cdNicolas Capens authored
The pointer to the structure containing clear values for the color, depth, and stencil aspects of the vkCmdClearColorImage() and vkCmdClearDepthStencilImage() functions is not an array to be indexed for each sub-resource range. Each of the ranges use the same clear values. Bug: b/118619338 Change-Id: I8ff6a46a68a30e93b652be0fc15210d6cec24832 Test: dEQP-VK.dynamic_state.ds_state.stencil_params_advanced Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/34308 Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Reviewed-by:
Chris Forbes <chrisforbes@google.com> Reviewed-by:
Alexis Hétu <sugoi@google.com> Tested-by:
Nicolas Capens <nicolascapens@google.com>
3af883cd
×