Skip to content

Commit

Permalink
Enable D3D12 Pixel History Depth Bounds test
Browse files Browse the repository at this point in the history
Replay code was fixed in 3d5ce05
  • Loading branch information
Zorro666 committed Jan 2, 2024
1 parent 04856b5 commit 9dad897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/test/tests/D3D12/D3D12_Pixel_History.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def primary_test(self, begin_name: str):
[[event_id, depth_test_eid], [primitive_id, 3], [depth_test_failed, False],
[get_shader_out_color, (0.0, 0.0, 1.0, 2.75)], [get_shader_out_depth, 0.10], [get_post_mod_color, (0.0, 0.0, 1.0, 1.0)],
[get_post_mod_depth, 0.10]],
[[event_id, depth_test_eid], [primitive_id, 4], [depth_test_failed, False],
[[event_id, depth_test_eid], [primitive_id, 4], [depth_test_failed, False], [depth_bounds_failed, True],
[get_shader_out_color, (1.0, 1.0, 1.0, 2.75)], [get_shader_out_depth, 0.05], [get_post_mod_color, (0.0, 0.0, 1.0, 1.0)],
[get_post_mod_depth, 0.10]],
]
Expand Down

0 comments on commit 9dad897

Please sign in to comment.