Canvas3D: gl.UNSIGNED_INT extension type doesn't exist?
Unsolved
QML and Qt Quick
-
In WebGL when you enable the
OES_element_index_uint
extension, you can pass gl.UNSIGNED_INT as a type to gl.drawElements. Can this extension be accessed in Qt Canvas3D? Or can I have uint-typed indices in any way in Qt Canvas3D?