despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
GLProgram.this
gfmod
opengl
program
GLProgram
Creates a program from a set of compiled shaders.
this
(
OpenGL
gl
)
this
(
OpenGL
gl
,
GLShader
[]
shaders
...)
class
GLProgram
this
@
safe
(
OpenGL
gl
,
GLShader
[]
shaders
...
)
this
(
OpenGL
gl
,
string
source
)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfmod
opengl
program
GLProgram
constructors
this
destructors
~this
functions
attach
attrib
close
getLinkLog
handle
hasAttrib
inUse
link
uniform
unuse
use
Creates a program from a set of compiled shaders.