mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-22 09:55:33 +01:00
Document cameraIn- uniforms
This commit is contained in:
parent
87c914100e
commit
ef2f2268cc
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@ layout(std140) uniform _FlwFrameUniforms {
|
||||||
float flw_renderTicks;
|
float flw_renderTicks;
|
||||||
float flw_renderSeconds;
|
float flw_renderSeconds;
|
||||||
|
|
||||||
|
/** Contains 1 for water, 2 for lava, max-value for any other fluid, 0 for no fluid. */
|
||||||
uint flw_cameraInFluid;
|
uint flw_cameraInFluid;
|
||||||
|
/** Contains 1 for powder snow, max-value for any other block, 0 for no block. */
|
||||||
uint flw_cameraInBlock;
|
uint flw_cameraInBlock;
|
||||||
|
|
||||||
uint _flw_debugMode;
|
uint _flw_debugMode;
|
||||||
|
|
Loading…
Add table
Reference in a new issue