render/color: introduce wlr_color_transform

Co-authored-by: Manuel Stoeckl <code@mstoeckl.com>
This commit is contained in:
Simon Ser 2023-09-09 20:04:45 -04:00
parent ee0007c0f2
commit 895e3d18b9
11 changed files with 266 additions and 0 deletions

View file

@ -20,6 +20,9 @@ endif
if not features.get('vulkan-renderer')
exclude_files += 'render/vulkan.h'
endif
if not features.get('color-management')
exclude_files += 'render/color.h'
endif
if not features.get('session')
exclude_files += 'backend/session.h'
endif