Skip to content

Commit

Permalink
Add drawingBufferStorage to known context methods (KhronosGroup#3670)
Browse files Browse the repository at this point in the history
Follow-up to KhronosGroup#3651 .
  • Loading branch information
lexaknyazev authored Jul 24, 2024
1 parent 8a1bf56 commit 7cbaa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tests/js/tests/canvas-tests-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function testAPIs(contextType) {
passed = passed && r;
}

methods.push(...["makeXRCompatible"]);
methods.push(...["makeXRCompatible", "drawingBufferStorage"]);
var extended = false;
for (var i in gl) {
if (typeof gl[i] == "function" && methods.indexOf(i) == -1) {
Expand Down

0 comments on commit 7cbaa0b

Please sign in to comment.