Use sRGBA on GPU as PNG/JPEG generally uses that nowadays

This commit is contained in:
bloeys
2023-10-07 08:46:33 +04:00
parent 3574318552
commit 41b5aea185
9 changed files with 61 additions and 66 deletions

5
go.mod
View File

@ -12,3 +12,8 @@ require (
)
require github.com/AllenDang/cimgui-go v0.0.0-20230720025235-f2ff398a66b2
require (
github.com/mandykoh/go-parallel v0.1.0 // indirect
github.com/mandykoh/prism v0.35.1 // indirect
)