Skip to content
Snippets Groups Projects
Verified Commit ceb69da8 authored by Louis's avatar Louis :fire:
Browse files

Update min_binding_size to match byte layout

parent 43ef256c
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ impl FromWorld for UnifiedPipeline {
has_dynamic_offset: true,
// TODO: change this to ViewUniform::std140_size_static once crevice fixes this!
// Context: https://github.com/LPGhatguy/crevice/issues/29
min_binding_size: BufferSize::new(4),
min_binding_size: BufferSize::new(16),
},
count: None,
}],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment