Method GL.GLSLUtils.GLSLProgram()->create()
- Method
create
GL.GLSLUtils.GLSLProgram GL.GLSLUtils.GLSLProgram(
string
|void
name
)- Description
Create a new GLSL shader. If
name
is specified, it indicates a filename passed to compile_file.
GL.GLSLUtils.GLSLProgram GL.GLSLUtils.GLSLProgram(
string
|void
name
)
Create a new GLSL shader. If name
is specified, it
indicates a filename passed to compile_file.