gpu/internal/driver: introduce and use FeatureSRGB

No functional changes; a follow-up will implement graceful fallback in
the compute renderer.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-07-28 14:29:42 +02:00
parent b3a8c24334
commit 970fadf852
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -212,6 +212,7 @@ const (
FeatureTimers Features = 1 << iota
FeatureFloatRenderTargets
FeatureCompute
FeatureSRGB
)
const (