File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -16482,6 +16482,7 @@ declare var WebGLRenderingContext: {
16482
16482
};
16483
16483
16484
16484
interface WebGLRenderingContextBase {
16485
+ canvas: HTMLCanvasElement;
16485
16486
readonly drawingBufferHeight: GLsizei;
16486
16487
readonly drawingBufferWidth: GLsizei;
16487
16488
activeTexture(texture: GLenum): void;
Original file line number Diff line number Diff line change 179
179
]
180
180
}
181
181
},
182
+ "WebGLRenderingContextBase" : {
183
+ "properties" : {
184
+ "property" : {
185
+ "canvas" : {
186
+ "name" : " canvas" ,
187
+ "exposed" : " Window" ,
188
+ "type" : " HTMLCanvasElement"
189
+ }
190
+ }
191
+ }
192
+ },
182
193
"WindowEventHandlers" : {
183
194
"events" : {
184
195
"event" : [
Original file line number Diff line number Diff line change 16
16
"WebGLRenderingContextBase" : {
17
17
"properties" : {
18
18
"namesakes" : {
19
+ // This will become redundant when https://github.com/KhronosGroup/WebGL/pull/3296 merges.
19
20
"canvas" : null
20
21
}
21
22
}
You can’t perform that action at this time.
0 commit comments