Skip to content

Commit

Permalink
Add @deprecated to RGBFormat (#24426)
Browse files Browse the repository at this point in the history
* Update constants.js

* Update constants.js

Co-authored-by: Michael Herzog <[email protected]>
  • Loading branch information
gero3 and Mugen87 authored Aug 3, 2022
1 parent 88c240d commit 920a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const UnsignedShort4444Type = 1017;
export const UnsignedShort5551Type = 1018;
export const UnsignedInt248Type = 1020;
export const AlphaFormat = 1021;
export const RGBFormat = 1022;
export const RGBFormat = 1022; // @deprecated since r137
export const RGBAFormat = 1023;
export const LuminanceFormat = 1024;
export const LuminanceAlphaFormat = 1025;
Expand Down

0 comments on commit 920a716

Please sign in to comment.