getFragDataLocation method
The WebGL2RenderingContext.getFragDataLocation()
method
of the
WebGL 2 API
returns the binding of
color numbers to user-defined varying out variables.
Implementation
external GLint getFragDataLocation(
WebGLProgram program,
String name,
);