mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
Remove WebGLRenderingContext.STENCIL_INDEX
This commit is contained in:
parent
7f9d560f28
commit
83e27e4167
2 changed files with 2 additions and 8 deletions
|
@ -421,7 +421,8 @@ interface WebGLRenderingContextBase
|
|||
const GLenum RGB5_A1 = 0x8057;
|
||||
const GLenum RGB565 = 0x8D62;
|
||||
const GLenum DEPTH_COMPONENT16 = 0x81A5;
|
||||
const GLenum STENCIL_INDEX = 0x1901;
|
||||
// https://github.com/KhronosGroup/WebGL/pull/2371
|
||||
// const GLenum STENCIL_INDEX = 0x1901;
|
||||
const GLenum STENCIL_INDEX8 = 0x8D48;
|
||||
const GLenum DEPTH_STENCIL = 0x84F9;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue