mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Be more forgiving with D/S sampling output
This commit is contained in:
@@ -313,7 +313,8 @@ class Texture_Zoo():
|
||||
value0[0] = value0[1]
|
||||
value0[1] = 0.0
|
||||
else:
|
||||
value0[1] = 0.0
|
||||
if picked[1] == 0.0:
|
||||
value0[1] = 0.0
|
||||
|
||||
if not rdtest.value_compare(picked, value0, eps):
|
||||
raise rdtest.TestFailureException(
|
||||
|
||||
Reference in New Issue
Block a user