Skip to content

Commit

Permalink
Undo the R8 format fix (#7178)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valigursky <[email protected]>
  • Loading branch information
mvaligursky and Martin Valigursky authored Dec 6, 2024
1 parent 229fe1d commit c64b95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/graphics/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@ export const getPixelFormatArrayType = (format) => {
case PIXELFORMAT_RGB16F:
case PIXELFORMAT_RGBA16F:
return Uint16Array;
case PIXELFORMAT_R8:
case PIXELFORMAT_R8I:
case PIXELFORMAT_RG8I:
case PIXELFORMAT_RGBA8I:
Expand Down

0 comments on commit c64b95a

Please sign in to comment.