WebGLActiveInfo - Web API 接口参考 编辑
WebGLActiveInfo是WebGL API 的一部分,并且代表了调用 WebGLRenderingContext.getActiveAttrib()
和WebGLRenderingContext.getActiveUniform()
这两个方法后传回的信息。
属性值
WebGLActiveInfo.name
- 请求变量的只读名称。
WebGLActiveInfo.size
- 请求变量的只读尺寸。
WebGLActiveInfo.type
- 请求变量的只读类型。
示例
WebGLActiveInfo
对象可以通过以下方式返回:
WebGLRenderingContext.getActiveAttrib()
WebGLRenderingContext.getActiveUniform()
WebGL2RenderingContext.getTransformFeedbackVarying()
WebGLActiveInfo? getActiveAttrib(WebGLProgram? program, GLuint index);
WebGLActiveInfo? getActiveUniform(WebGLProgram? program, GLuint index);
WebGLActiveInfo? getTransformFeedbackVarying(WebGLProgram? program, GLuint index)
规范
规范 | 状态 | 备注 |
---|---|---|
WebGL 1.0 WebGLActiveInfo | Recommendation | Initial definition. |
浏览器兼容性
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
No compatibility data found. Please contribute data for "api.WebGLActiveInfo.WebGLActiveInfo" (depth: 1) to the MDN compatibility data repository.
另请参见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论