vulkan: apply color space transforms to textures
This commit is contained in:
parent
c4d0fdd4bb
commit
8e65de91f9
12 changed files with 233 additions and 66 deletions
|
|
@ -460,8 +460,6 @@ impl VulkanRenderer {
|
|||
ty: VulkanImageMemory::Internal(shm),
|
||||
bridge: None,
|
||||
sampled_image_descriptor: self.sampled_image_descriptor(view),
|
||||
descriptor_buffer_version: Cell::new(0),
|
||||
descriptor_buffer_offset: Cell::new(0),
|
||||
execution_version: Cell::new(0),
|
||||
});
|
||||
let shm = match &img.ty {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue