despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
GLProgram.attach
gfmod
opengl
program
GLProgram
Attaches OpenGL shaders to this program.
class
GLProgram
void
attach
@
trusted
nothrow @
nogc
(
GLShader
[]
compiledShaders
...
)
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
Attaches OpenGL shaders to this program.