Update Freelancer Advanced Renderer to Version 1.2

This commit is contained in:
D4rkl1ght3r
2026-03-15 12:12:07 +01:00
parent 8a728cc2f3
commit 2f79502390
13 changed files with 174 additions and 47 deletions

View File

@@ -22,6 +22,7 @@ out float fogScale;
struct glFogParameters
{
vec3 color;
vec3 colorLinear;
float density;
float start;
float end;