diff options
| author | 3gg <3gg@shellblade.net> | 2025-11-02 18:36:51 -0800 | 
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-11-02 18:36:51 -0800 | 
| commit | 4e01e91ef623afa06fcfa019d6628ab1162be1aa (patch) | |
| tree | bdd376a55ee02661bcf8bfa385ac39e00fa13484 /include/gfx/asset.h | |
| parent | 0dc3a9df980630b671bbc5df69503c2e72dcf004 (diff) | |
Diffstat (limited to 'include/gfx/asset.h')
| -rw-r--r-- | include/gfx/asset.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gfx/asset.h b/include/gfx/asset.h index caf40c1..3018cfd 100644 --- a/include/gfx/asset.h +++ b/include/gfx/asset.h  | |||
| @@ -18,8 +18,8 @@ typedef enum AssetOrigin { | |||
| 18 | 18 | ||
| 19 | /// Describes a texture's colour space. | 19 | /// Describes a texture's colour space. | 
| 20 | typedef enum TextureColourSpace { | 20 | typedef enum TextureColourSpace { | 
| 21 | sRGB, // The most likely default. | 21 | LinearColourSpace, // The most likely default. | 
| 22 | LinearColourSpace, | 22 | sRGB, | 
| 23 | } TextureColourSpace; | 23 | } TextureColourSpace; | 
| 24 | 24 | ||
| 25 | /// Describes a command to load a texture. | 25 | /// Describes a command to load a texture. | 
