File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/canvas/WebGL/WebGLExtensions Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -448,6 +448,7 @@ export class WEBGL_draw_buffers {
448
448
private nativeInstance : any ;
449
449
450
450
constructor ( nativeInstance ) {
451
+ this . nativeInstance = nativeInstance ;
451
452
this . COLOR_ATTACHMENT0_WEBGL = nativeInstance . COLOR_ATTACHMENT0_EXT ;
452
453
this . COLOR_ATTACHMENT1_WEBGL = nativeInstance . COLOR_ATTACHMENT1_EXT ;
453
454
this . COLOR_ATTACHMENT2_WEBGL = nativeInstance . COLOR_ATTACHMENT2_EXT ;
Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ export class WEBGL_draw_buffers {
427
427
private nativeInstance : any ;
428
428
429
429
constructor ( nativeInstance ) {
430
+ this . nativeInstance = nativeInstance ;
430
431
this . COLOR_ATTACHMENT0_WEBGL = nativeInstance . COLOR_ATTACHMENT0_EXT ;
431
432
this . COLOR_ATTACHMENT1_WEBGL = nativeInstance . COLOR_ATTACHMENT1_EXT ;
432
433
this . COLOR_ATTACHMENT2_WEBGL = nativeInstance . COLOR_ATTACHMENT2_EXT ;
You can’t perform that action at this time.
0 commit comments