mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Fix #599
This commit is contained in:
parent
c24e67365f
commit
5cb9cbd367
@ -101,7 +101,7 @@ fn main() {
|
||||
);
|
||||
|
||||
let texture = vulkano::image::immutable::ImmutableImage::new(device.clone(), vulkano::image::Dimensions::Dim2d { width: 93, height: 93 },
|
||||
vulkano::format::R8G8B8A8Unorm, Some(queue.family())).unwrap();
|
||||
vulkano::format::R8G8B8A8Srgb, Some(queue.family())).unwrap();
|
||||
|
||||
|
||||
let pixel_buffer = {
|
||||
|
Loading…
Reference in New Issue
Block a user