Skip to content

Commit bc31004

Browse files
authored
Update webgl2 signatures in-place (#19107)
This change is a result if updating `tools/gen_sig_info.py to` handle webgl2 symbols and then running with `--replace`. In a followup PR these will be all be removed and moved into `library_sigs.js` where they are auto-generated.
1 parent 250ccb6 commit bc31004

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

src/library_glemu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3434,7 +3434,7 @@ var LibraryGLEmulation = {
34343434
// Additional non-GLES rendering calls
34353435

34363436
glDrawRangeElements__deps: ['glDrawElements'],
3437-
glDrawRangeElements__sig: 'viiiiii',
3437+
glDrawRangeElements__sig: 'viiiiip',
34383438
glDrawRangeElements: function(mode, start, end, count, type, indices) {
34393439
_glDrawElements(mode, count, type, indices, start, end);
34403440
},

0 commit comments

Comments
 (0)