diff options
Diffstat (limited to 'assets/final/shaders/common_uniforms.wgsl')
| -rw-r--r-- | assets/final/shaders/common_uniforms.wgsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/final/shaders/common_uniforms.wgsl b/assets/final/shaders/common_uniforms.wgsl index 3c9e34b..cefa3b2 100644 --- a/assets/final/shaders/common_uniforms.wgsl +++ b/assets/final/shaders/common_uniforms.wgsl @@ -2,6 +2,7 @@ struct GlobalUniforms { view_proj: mat4x4<f32>, camera_pos_time: vec4<f32>, params: vec4<f32>, + resolution: vec2<f32>, }; struct ObjectData { model: mat4x4<f32>, |
