D3D12: Enable PureInstance test
This commit is contained in:
parent
33560ef015
commit
2fbda87caf
|
@ -384,11 +384,6 @@ TEST_P(InputStateTest, TwoAttributesAtAnOffsetInstance) {
|
|||
|
||||
// Test a pure-instance input state
|
||||
TEST_P(InputStateTest, PureInstance) {
|
||||
if (IsD3D12()) {
|
||||
printf("TODO(enga@google.com): SKIPPED. Incorrect texture copies cause this test to fail\n");
|
||||
return;
|
||||
}
|
||||
|
||||
nxt::InputState inputState = MakeInputState({
|
||||
{0, 4 * sizeof(float), InputStepMode::Instance}
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue