mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
Add transfer_dest for AttachmentImage
This commit is contained in:
parent
83827535ea
commit
52694e1810
@ -107,6 +107,7 @@ impl<F> AttachmentImage<F> {
|
||||
{
|
||||
let usage = Usage {
|
||||
transfer_source: true,
|
||||
transfer_dest: true,
|
||||
sampled: true,
|
||||
.. Usage::none()
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user