vulkan: support blend buffers having different primaries than framebuffer
This commit is contained in:
parent
83e79b68e6
commit
f475584f71
4 changed files with 73 additions and 37 deletions
|
|
@ -69,6 +69,14 @@ pub struct TexColorManagementData {
|
|||
|
||||
unsafe impl Packed for TexColorManagementData {}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[repr(C, align(16))]
|
||||
pub struct OutColorManagementData {
|
||||
pub matrix: [[f32; 4]; 4],
|
||||
}
|
||||
|
||||
unsafe impl Packed for OutColorManagementData {}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[repr(C)]
|
||||
pub struct LegacyTexPushConstants {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue