[WebGL] Fix .extend
This commit is contained in:
parent
15579c705c
commit
6059659c05
1 changed files with 1 additions and 1 deletions
|
@ -694,7 +694,7 @@ class webgl extends make {
|
|||
]
|
||||
|
||||
if (isWebGL2) {
|
||||
pname.extends([
|
||||
pname.extend([
|
||||
'COPY_READ_BUFFER_BINDING',
|
||||
'COPY_WRITE_BUFFER_BINDING',
|
||||
'DRAW_BUFFERi',
|
||||
|
|
Loading…
Reference in a new issue