vulkan: rewrite shaders in terms of eotf and oetf
This commit is contained in:
parent
cb9dc4c182
commit
b7f93b37a6
8 changed files with 52 additions and 14 deletions
2
src/gfx_apis/vulkan/transfer_functions.rs
Normal file
2
src/gfx_apis/vulkan/transfer_functions.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pub const TF_SRGB: u32 = 0;
|
||||
pub const TF_LINEAR: u32 = 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue