d2dgame ~master (2017-12-15T21:45:17Z)
Dub
Repo
ShaderProgram.attach
d2d
rendering
shaderprogram
ShaderProgram
Attaches a new shader to the program. Will call
shader.compile()
if necessary.
class
ShaderProgram
void
attach
(
Shader
shader
)
Meta
Source
See Implementation
d2d
rendering
shaderprogram
ShaderProgram
constructors
this
functions
attach
bind
id
link
opIndexAssign
registerUniform
set
properties
valid
static functions
fromVertexFragmentFiles
static variables
defaultShader
Attaches a new shader to the program. Will call shader.compile() if necessary.