summaryrefslogtreecommitdiff
path: root/src/gpu/sequence.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-17 08:16:03 +0100
committerskal <pascal.massimino@gmail.com>2026-02-17 08:16:03 +0100
commit64f977f6fbedf75d5edbc3963e002b593c8428d8 (patch)
treeef711b63d34b5c3f5ecc93d46a0a3ab0b6d26a6f /src/gpu/sequence.h
parent8c9332c16b44270921eb1b6a2886717eb3435d5d (diff)
style: Apply clang-format
Diffstat (limited to 'src/gpu/sequence.h')
-rw-r--r--src/gpu/sequence.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/sequence.h b/src/gpu/sequence.h
index e96e183..0f448ce 100644
--- a/src/gpu/sequence.h
+++ b/src/gpu/sequence.h
@@ -35,9 +35,9 @@ struct Node {
struct UniformsSequenceParams {
vec2 resolution;
float aspect_ratio;
- float time; // Per-sequence relative time
- float beat_time; // Musical beats
- float beat_phase; // Fractional beat 0.0-1.0
+ float time; // Per-sequence relative time
+ float beat_time; // Musical beats
+ float beat_phase; // Fractional beat 0.0-1.0
float audio_intensity;
float _pad;
};