metal: use blend buffer if possible
This commit is contained in:
parent
a7cb2ee42a
commit
81d564dcb6
3 changed files with 16 additions and 4 deletions
|
|
@ -749,7 +749,7 @@ impl MetalConnector {
|
|||
ReleaseSync::Explicit,
|
||||
&latched.pass,
|
||||
&latched.damage,
|
||||
None,
|
||||
buffer.blend_buffer.as_ref(),
|
||||
)
|
||||
.map_err(MetalError::RenderFrame)?;
|
||||
sync_file = buffer.copy_to_dev(sf)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue