summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/environment/fog.h
AgeCommit message (Collapse)Author
2022-08-04Rename shader parameter uniform setter/getter methods for consistencyHugo Locurcio
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them.
2022-08-01Changed storage structs to privateBastiaan Olij
2022-07-29Restructure environment in render implementationBastiaan Olij
2022-07-26Move Sky(RD) into environmentBastiaan Olij
Move Fog logic from render scene render to fog
2022-07-25Code quality: Fix header guards consistencyRĂ©mi Verschelde
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
2022-06-28Split dependency logicBastiaan Olij
Split FOG Split visibility notifier Final cleanup of storage classes