webgl.ActiveInfo

ActiveInfo

package js-html-webgl

Available on js

The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.

Documentation WebGLActiveInfo by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only name:String

The read-only name of the requested variable.

read only size:Int

The read-only size of the requested variable.

read only type:Int

The read-only type of the requested variable.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/webgl/ActiveInfo.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部