File tree 3 files changed +16
-0
lines changed
3 files changed +16
-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
+ readonly 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
+ "exposed" : " Window" ,
187
+
188
+ // https://github.com/KhronosGroup/WebGL/pull/3296 will make these redundant
189
+ "name" : " canvas" ,
190
+ "type" : " HTMLCanvasElement" ,
191
+ "readonly" : true
192
+ }
193
+ }
194
+ }
195
+ },
182
196
"WindowEventHandlers" : {
183
197
"events" : {
184
198
"event" : [
Original file line number Diff line number Diff line change 16
16
"WebGLRenderingContextBase" : {
17
17
"properties" : {
18
18
"namesakes" : {
19
+ // https://github.com/KhronosGroup/WebGL/pull/3296 will make this redundant
19
20
"canvas" : null
20
21
}
21
22
}
You can’t perform that action at this time.
0 commit comments