зеркало из https://github.com/mozilla/pjs.git
nsICanvasRenderingContextWebGL.idl shouldn't define GL_TRUE or GL_FALSE. b=563372 r=vlad
This commit is contained in:
Родитель
0b6e461028
Коммит
e9e52e9c29
|
@ -157,11 +157,6 @@ interface nsICanvasRenderingContextWebGL : nsISupports
|
|||
const unsigned long STENCIL_BUFFER_BIT = 0x00000400;
|
||||
const unsigned long COLOR_BUFFER_BIT = 0x00004000;
|
||||
|
||||
/* Boolean */
|
||||
// XXX are these legal?
|
||||
const unsigned long GL_FALSE = 0;
|
||||
const unsigned long GL_TRUE = 1;
|
||||
|
||||
/* BeginMode */
|
||||
const unsigned long POINTS = 0x0000;
|
||||
const unsigned long LINES = 0x0001;
|
||||
|
|
Загрузка…
Ссылка в новой задаче