Accommodate for changes to default sRGB textures and targets

This commit is contained in:
Edwin Jakobs
2024-08-13 12:35:58 +02:00
parent 6f5ae89de7
commit 78ce8001a1
14 changed files with 25 additions and 105 deletions

View File

@@ -14,17 +14,17 @@ class Post : Extension {
/**
* The color type to use for the intermediate color buffers
*/
var intermediateType = ColorType.UINT8
var intermediateType = ColorType.UINT8_SRGB
/**
* The color type to use for the output color buffer
*/
var outputType = ColorType.UINT8
var outputType = ColorType.UINT8_SRGB
/**
* The color type to use for the input buffer
*/
var inputType = ColorType.UINT8
var inputType = ColorType.UINT8_SRGB
/**
* The depth format to use for the input buffer