evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Shader.this
evael
graphics
shaders
Shader
Shader
Shader constructor.
this
(uint programID, uint vertexID, uint fragmentID, bool linked, uint geometryID)
class
Shader
this
(
in
uint
programID
,
in
uint
vertexID
,
in
uint
fragmentID
,
in
bool
linked
= true
,
in
uint
geometryID
= 0
)
this
(Shader shader)
uint
m_programID
;
uint
m_vertexID
;
uint
m_fragmentID
;
uint
m_geometryID
;
Meta
Source
See Implementation
evael
graphics
shaders
Shader
Shader
constructors
this
functions
dispose
getUniformLocation
link
properties
fragmentID
geometryID
name
programID
vertexID
static functions
createShader
load
variables
modelMatrix
projectionMatrix
viewMatrix
Shader constructor.