Remove leftover struct members in pbr Lights (wgsl)

This commit is contained in:
Martin Lysell 2025-07-11 13:36:01 +02:00
parent cfb679a752
commit b8d5ba906a

View File

@ -66,8 +66,6 @@ struct Lights {
cluster_factors: vec4<f32>,
n_directional_lights: u32,
spot_light_shadowmap_offset: i32,
environment_map_smallest_specular_mip_level: u32,
environment_map_intensity: f32,
};
struct Fog {