despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
GLProgram.attach
gfmod
opengl
program
GLProgram
Attaches OpenGL shaders to this program.
class
GLProgram
@
trusted
nothrow @
nogc
void
attach
(
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.