最終更新:2014-05-07 (水) 03:38:15 (3643d)  

gl.getUniformLocation
Top / gl.getUniformLocation

Return a new WebGLUniformLocation? that represents the location of a specific uniform variable within a program object.

  • The return value is null if name does not correspond to an active uniform variable in the passed program.

関連