Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThreeJS reports that OES_element_index_uint is not supported #20921
Labels
Comments
|
Sounds like this is just a matter of being able to accept |
|
In theory we're supposed to support this already due to #20397. |
<script>
var canvas = document.createElement("canvas");
var gl = canvas.getContext("webgl");
document.write(gl.getExtension("OES_element_index_uint"));
</script> |
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
Any aframe scene that I load on master outputs "THREE.WebGLRenderer: OES_element_index_uint extension not supported."