This commit is contained in:
mstoeckl 2024-02-26 15:06:20 +01:00 committed by GitHub
commit 7fdfe15ee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View file

@ -262,6 +262,7 @@ enum render_bit_depth {
RENDER_BIT_DEPTH_DEFAULT, // the default is currently 8
RENDER_BIT_DEPTH_8,
RENDER_BIT_DEPTH_10,
RENDER_BIT_DEPTH_16F,
};
/**