Skip to content

Commit

Permalink
Add drawingBufferStorage to known context methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaknyazev committed Jul 22, 2024
1 parent 8a1bf56 commit 46db290
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 46db290

Please sign in to comment.