Pad Params
in shader
This commit is contained in:
parent
3c7789cd3b
commit
045515c558
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ struct VertexOutput {
|
|||
|
||||
struct Params {
|
||||
screen_resolution: vec2<u32>,
|
||||
_pad: vec2<u32>,
|
||||
};
|
||||
|
||||
@group(0) @binding(0)
|
||||
|
|
Loading…
Reference in a new issue