Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-12-23 17:39:37 +01:00
parent b53d2a0560
commit d4dfe97006
5 changed files with 12 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ struct Settings
decay: f32,
density: f32,
weight: f32,
lightPosition: vec2<f32>, //< Switch to world position
lightPosition: vec2<f32>, //< TODO: Switch to world position
}
const SampleCount: i32 = 200;