diff options
Diffstat (limited to 'src/renderer/bind_group_layouts.h')
-rw-r--r-- | src/renderer/bind_group_layouts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/bind_group_layouts.h b/src/renderer/bind_group_layouts.h index d2571ef..246d1ef 100644 --- a/src/renderer/bind_group_layouts.h +++ b/src/renderer/bind_group_layouts.h @@ -16,10 +16,10 @@ // 1. Scene / Global typedef struct bg_globals { - f32 total_time; - f32 delta_time; mat4 view; mat4 projection; + f32 total_time; + f32 delta_time; } bg_globals; // 2. Material (once per object) |