cts icon indicating copy to clipboard operation
cts copied to clipboard

op: Allow bit patterns for the same value in copyTextureToTexture

Open Kangz opened this issue 3 years ago • 1 comments

For example 0x80 and 0x81 both represent -1 in r8snorm and it should be valid for B->T->T->B to convert one to the other.

Kangz avatar Feb 02 '22 10:02 Kangz

update: The texture_ok helpers account for this. I'm not sure if these tests use them yet, but probably not? If we update them to use texture_ok, then it should be fixed.

kainino0x avatar Sep 20 '22 16:09 kainino0x