WEBGL_provoking_vertex.idl (595B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: WebGL WEBGL_provoking_vertex Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/) 5 6 [Exposed=(Window,Worker), LegacyNoInterfaceObject] 7 interface WEBGL_provoking_vertex { 8 const GLenum FIRST_VERTEX_CONVENTION_WEBGL = 0x8E4D; 9 const GLenum LAST_VERTEX_CONVENTION_WEBGL = 0x8E4E; // default 10 const GLenum PROVOKING_VERTEX_WEBGL = 0x8E4F; 11 12 undefined provokingVertexWEBGL(GLenum provokeMode); 13 };