-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync interfaces/ with @webref/idl 3.32.0
- Loading branch information
1 parent
f69cc2c
commit c7f7780
Showing
57 changed files
with
453 additions
and
478 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: WebGL WEBGL_clip_cull_distance Extension Draft Specification (https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/) | ||
|
||
[Exposed=(Window,Worker), LegacyNoInterfaceObject] | ||
interface WEBGL_clip_cull_distance { | ||
const GLenum MAX_CLIP_DISTANCES_WEBGL = 0x0D32; | ||
const GLenum MAX_CULL_DISTANCES_WEBGL = 0x82F9; | ||
const GLenum MAX_COMBINED_CLIP_AND_CULL_DISTANCES_WEBGL = 0x82FA; | ||
|
||
const GLenum CLIP_DISTANCE0_WEBGL = 0x3000; | ||
const GLenum CLIP_DISTANCE1_WEBGL = 0x3001; | ||
const GLenum CLIP_DISTANCE2_WEBGL = 0x3002; | ||
const GLenum CLIP_DISTANCE3_WEBGL = 0x3003; | ||
const GLenum CLIP_DISTANCE4_WEBGL = 0x3004; | ||
const GLenum CLIP_DISTANCE5_WEBGL = 0x3005; | ||
const GLenum CLIP_DISTANCE6_WEBGL = 0x3006; | ||
const GLenum CLIP_DISTANCE7_WEBGL = 0x3007; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: WebGL WEBGL_provoking_vertex Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/) | ||
|
||
[Exposed=(Window,Worker), LegacyNoInterfaceObject] | ||
interface WEBGL_provoking_vertex { | ||
const GLenum FIRST_VERTEX_CONVENTION_WEBGL = 0x8E4D; | ||
const GLenum LAST_VERTEX_CONVENTION_WEBGL = 0x8E4E; // default | ||
const GLenum PROVOKING_VERTEX_WEBGL = 0x8E4F; | ||
|
||
undefined provokingVertexWEBGL(GLenum provokeMode); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// GENERATED CONTENT - DO NOT EDIT | ||
// Content was automatically extracted by Reffy into webref | ||
// (https://github.com/w3c/webref) | ||
// Source: CSS Cascading and Inheritance Level 6 (https://drafts.csswg.org/css-cascade-6/) | ||
|
||
[Exposed=Window] | ||
interface CSSScopeRule : CSSGroupingRule { | ||
readonly attribute CSSOMString start; | ||
readonly attribute CSSOMString end; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.