liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
GfxShaderType
liberty
graphics
shader
constants
* Shader program type.
Values
Value
Meaning
VERTEX
0x00
* Vertex shader.
FRAGMENT
0x01
* Fragment shader.
GEOMETRY
0x02
* Geometry shader.
Meta
Source
See Implementation
liberty
graphics
shader
constants
enums
GfxShaderType
manifest constants
GFX_SHADER_CORE_VERSION
* Shader program type.