#include <physical_sky.h>
Public Attributes | |
| vec3_t | sunColor |
| float | sunAngularDiameter |
| vec3_t | groundAlbedo |
| uint32_t | flags |
| int | preset |
Definition at line 51 of file physical_sky.h.
| uint32_t PhysicalSkyDesc::flags |
Definition at line 55 of file physical_sky.h.
Referenced by vkpt_evaluate_sun_light(), and vkpt_physical_sky_update_ubo().
| vec3_t PhysicalSkyDesc::groundAlbedo |
Definition at line 54 of file physical_sky.h.
Referenced by vkpt_physical_sky_update_ubo().
| int PhysicalSkyDesc::preset |
Definition at line 56 of file physical_sky.h.
Referenced by vkpt_evaluate_sun_light().
| float PhysicalSkyDesc::sunAngularDiameter |
Definition at line 53 of file physical_sky.h.
Referenced by UpdatePhysicalSkyCVars().
| vec3_t PhysicalSkyDesc::sunColor |
Definition at line 52 of file physical_sky.h.
Referenced by UpdatePhysicalSkyCVars().