Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ThreeJS reports that OES_element_index_uint is not supported #20921

Closed
jdm opened this issue Jun 5, 2018 · 5 comments
Closed

ThreeJS reports that OES_element_index_uint is not supported #20921

jdm opened this issue Jun 5, 2018 · 5 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Jun 5, 2018

Any aframe scene that I load on master outputs "THREE.WebGLRenderer: OES_element_index_uint extension not supported."

@jdm jdm added the A-content/webgl label Jun 5, 2018
@KiChjang
Copy link
Member

@KiChjang KiChjang commented Jun 5, 2018

Sounds like this is just a matter of being able to accept gl.UNSIGNED_INT as the third argument to WebGLRenderingContext.drawElements().

@jdm
Copy link
Member Author

@jdm jdm commented Jun 5, 2018

In theory we're supposed to support this already due to #20397.

@nox nox mentioned this issue Jun 11, 2018
1 of 7 tasks complete
@nox
Copy link
Member

@nox nox commented Jun 11, 2018

<script>
var canvas = document.createElement("canvas");
var gl = canvas.getContext("webgl");
document.write(gl.getExtension("OES_element_index_uint"));
</script>
nox added a commit that referenced this issue Jun 11, 2018
bors-servo added a commit that referenced this issue Jun 11, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21034)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jun 12, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21034)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jun 13, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21034)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jun 13, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21034)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Jun 13, 2018
Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21034)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.