зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1236786 - [WebGL2] pass getVertexAttrib in gl-object-get-calls.html, r=jgilbert
--HG-- extra : rebase_source : 4e323185d00c83f4d13a73c7edb7adceb65521b3
This commit is contained in:
Родитель
275089b227
Коммит
4cf0f00742
|
@ -357,6 +357,12 @@ WebGLContext::GetVertexAttrib(JSContext* cx, GLuint index, GLenum pname,
|
|||
|
||||
return JS::NumberValue(uint32_t(mBoundVertexArray->mAttribs[index].type));
|
||||
|
||||
case LOCAL_GL_VERTEX_ATTRIB_ARRAY_INTEGER:
|
||||
if (IsWebGL2())
|
||||
return JS::BooleanValue(mBoundVertexArray->mAttribs[index].integer);
|
||||
|
||||
break;
|
||||
|
||||
case LOCAL_GL_VERTEX_ATTRIB_ARRAY_DIVISOR:
|
||||
if (IsWebGL2() ||
|
||||
IsExtensionEnabled(WebGLExtensionID::ANGLE_instanced_arrays))
|
||||
|
|
Загрузка…
Ссылка в новой задаче