WebGLActiveInfo
WebGLActiveInfo是WebGL API 的一部分,并且代表了调用 WebGLRenderingContext.getActiveAttrib() (en-US) 和WebGLRenderingContext.getActiveUniform() (en-US) 这两个方法后传回的信息。
属性值
WebGLActiveInfo.name(en-US)-
请求变量的只读名称。
WebGLActiveInfo.size(en-US)-
请求变量的只读尺寸。
WebGLActiveInfo.type(en-US)-
请求变量的只读类型。
示例
WebGLActiveInfo 对象可以通过以下方式返回:
WebGLRenderingContext.getActiveAttrib()(en-US)WebGLRenderingContext.getActiveUniform()(en-US)WebGL2RenderingContext.getTransformFeedbackVarying()(en-US)
js
WebGLActiveInfo? getActiveAttrib(WebGLProgram? program, GLuint index);
WebGLActiveInfo? getActiveUniform(WebGLProgram? program, GLuint index);
WebGLActiveInfo? getTransformFeedbackVarying(WebGLProgram? program, GLuint index)
规范
| Specification |
|---|
| WebGL Specification # 5.11 |
浏览器兼容性
BCD tables only load in the browser