Skip to content

Commit

Permalink
Rollup: Added constant SRGB8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jan 4, 2022
1 parent 0311f8f commit 94ba66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export function glconstants() {
READ_FRAMEBUFFER: 36008,
DRAW_FRAMEBUFFER: 36009,
SAMPLE_ALPHA_TO_COVERAGE: 32926,
SRGB8: 35905,
SRGB8_ALPHA8: 35907
};

Expand Down

0 comments on commit 94ba66c

Please sign in to comment.