Skip to content

Commit

Permalink
metal: Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
not-fl3 committed Sep 22, 2024
1 parent 74ae734 commit 7b14f8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/graphics/metal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,10 @@ impl RenderingBackend for MetalContext {
backend: Backend::Metal,
gl_version_string: Default::default(),
glsl_support: Default::default(),
features: Features { instancing: true },
features: Features {
instancing: true,
resolve_attachments: false,
},
}
}
fn buffer_size(&mut self, buffer: BufferId) -> usize {
Expand Down

0 comments on commit 7b14f8b

Please sign in to comment.