Skip to content

Commit

Permalink
Relax tolerance a bit to allow RGB565 RGB5_A1 RGB10_A2 format readPix…
Browse files Browse the repository at this point in the history
…els to pass

On Mac Intel.
  • Loading branch information
chromegpu authored and chromegpu committed Jun 30, 2016
1 parent 53f132d commit 4285a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
case gl.SRGB8_ALPHA8:
case gl.RGB10_A2:
srcIsNormalized = true;
tol = 5;
tol = 6;
break;
case gl.RGBA4:
srcIsNormalized = true;
Expand Down

0 comments on commit 4285a36

Please sign in to comment.