dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
ShaderProgram.link
Dgame
Graphic
ShaderProgram
ShaderProgram
Links multiple Shaders together.
Note: The shaders must be already compiled.
struct
ShaderProgram
@
nogc
bool
link
nothrow
(
const
Shader
[]
shaders
...
)
Meta
Source
See Implementation
Dgame
Graphic
ShaderProgram
ShaderProgram
constructors
this
destructors
~this
functions
bind
link
setParameter
unbind
postblits
this(this)
properties
ID
Links multiple Shaders together.
Note: The shaders must be already compiled.