Skip to content

Commit

Permalink
Fix web viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 10, 2024
1 parent a25cc74 commit 5830d57
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ struct UniformBuffer {
primaries: u32,
target_texture_size: vec2u,
yuv_range: u32,

_padding: vec3f, // Satisfy `DownlevelFlags::BUFFER_BINDINGS_NOT_16_BYTE_ALIGNED`
};

@group(0) @binding(0)
Expand Down

0 comments on commit 5830d57

Please sign in to comment.