gfm v6.2.3 (2016-12-23T00:28:54Z)
Home
Dub
Repo
GLProgram.this
gfm
opengl
program
GLProgram
Creates a program from a set of compiled shaders.
this
(OpenGL gl)
this
(OpenGL gl, GLShader[] shaders)
class
GLProgram
this
(
OpenGL
gl
,
GLShader
[]
shaders
...
)
this
(OpenGL gl, string[] sourceLines)
this
(OpenGL gl, string wholeSource)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfm
opengl
program
GLProgram
constructors
this
destructors
~this
functions
attach
attrib
getLinkLog
handle
link
uniform
unuse
use
variables
_gl
Creates a program from a set of compiled shaders.