Skip to content

microsoft/clc: Update unit test to always use COMMON state for buffers

Jesse Natalie requested to merge jenatali/mesa:clon12-test-fix into master

New Windows versions have new debug validation warning that for resources that aren't actually UPLOAD/READBACK (which these aren't, thanks to the GetCustomHeapProperties call), initial state that's not COMMON doesn't actually do anything, which causes these tests to all fail because they verify that they don't produce debug layer messages.

/cc @billkris.ms

Merge request reports