shaderSource method
The WebGLRenderingContext.shaderSource()
method of the
WebGL API
sets the source code of a
WebGLShader.
Implementation
external void shaderSource(
WebGLShader shader,
String source,
);
The WebGLRenderingContext.shaderSource()
method of the
WebGL API
sets the source code of a
WebGLShader.
external void shaderSource(
WebGLShader shader,
String source,
);