mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-07 22:39:01 -04:00
208 B
208 B
Shader
Variable declarations/naming
All variables are prefixed with:
- Vertex:
v
- Geometry:
g
- Fragment:
f
followed by in
. So vinPosition
is a valid name.
Uniforms
Prefixed with u