JavaScript WebGLProgram : Object
WebGLProgram
describes a complete program created by joining a vertex WebGLShader
and fragment WebGLShader
.
WebGLProgram
s are created with createProgram()
Copyright © PUBLIC Contributors