mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement GetVertexAttrib
This commit is contained in:
parent
03465ad8c7
commit
2bf016ff14
4 changed files with 529 additions and 1 deletions
|
@ -595,7 +595,7 @@ interface WebGLRenderingContextBase
|
|||
|
||||
WebGLUniformLocation? getUniformLocation(WebGLProgram? program, DOMString name);
|
||||
|
||||
//any getVertexAttrib(GLuint index, GLenum pname);
|
||||
any getVertexAttrib(GLuint index, GLenum pname);
|
||||
|
||||
//[WebGLHandlesContextLoss] GLsizeiptr getVertexAttribOffset(GLuint index, GLenum pname);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue