vulkan: take transfer functions from color descriptions
This commit is contained in:
parent
a174881138
commit
b5044d7fe7
5 changed files with 199 additions and 109 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
||||
use linearize::Linearize;
|
||||
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash, Linearize)]
|
||||
pub enum TransferFunction {
|
||||
Srgb,
|
||||
Linear,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue