anchovy v0.5.0 (2014-03-03T22:38:46Z)
Home
Dub
Repo
Uniform
anchovy
graphics
shaderprogram
Undocumented in source.
struct
Uniform {
uint
location
;
uint
type
;
uint
num
;
float
[
4
]
lastValue
;
}
Members
Variables
lastValue
float
[
4
]
lastValue
;
Undocumented in source.
location
uint
location
;
Undocumented in source.
num
uint
num
;
Undocumented in source.
type
uint
type
;
Undocumented in source.
Meta
Source
See Implementation
anchovy
graphics
shaderprogram
classes
ShaderParameters
ShaderProgram
static variables
glTypes
structs
Uniform