We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2777517 commit 2e25fe7Copy full SHA for 2e25fe7
src/common/command_buffers/webgl_constants.hpp
@@ -342,8 +342,6 @@ const int WEBGL_POLYGON_OFFSET_FACTOR = 0x8038;
342
const int WEBGL_TEXTURE_BINDING_2D = 0x8069;
343
const int WEBGL_SAMPLE_BUFFERS = 0x80A8;
344
const int WEBGL_SAMPLES = 0x80A9;
345
-const int WEBGL_NUM_SAMPLE_COUNTS = 0x9380;
346
-const int WEBGL_SAMPLES_LEGACY = 0x862F;
347
const int WEBGL_SAMPLE_COVERAGE_VALUE = 0x80AA;
348
const int WEBGL_SAMPLE_COVERAGE_INVERT = 0x80AB;
349
const int WEBGL_COMPRESSED_TEXTURE_FORMATS = 0x86A3;
0 commit comments