Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Apps/Playground/Scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,22 +270,22 @@
},
{
"title": "Scissor test",
"playgroundId": "#W7E7CF#34",
"playgroundId": "#W7E7CF#36",
"referenceImage": "scissor-test.png",
"excludedGraphicsApis": [ "D3D12" ],
"comment": "TODO: reenable D3D12 when automatic mip-maps issue is fixed in bgfx"
},
{
"title": "Scissor test with 0.9 hardware scaling",
"playgroundId": "#W7E7CF#34",
"playgroundId": "#W7E7CF#36",
"replace": "//options//, hardwareScalingLevel = 0.9;",
"referenceImage": "scissor-test-2.png",
"excludedGraphicsApis": [ "D3D12" ],
"comment": "TODO: reenable D3D12 when automatic mip-maps issue is fixed in bgfx"
},
{
"title": "Scissor test with 1.5 hardware scaling",
"playgroundId": "#W7E7CF#34",
"playgroundId": "#W7E7CF#36",
"replace": "//options//, hardwareScalingLevel = 1.5;",
"referenceImage": "scissor-test-3.png",
"excludedGraphicsApis": [ "D3D12" ],
Expand Down
2 changes: 1 addition & 1 deletion Apps/Playground/Scripts/validation_native.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
done(false);
}
});
});
}, true);
}

function loadPlayground(test, done, referenceImage, compareFunction) {
Expand Down
Loading