summaryrefslogtreecommitdiffstats
path: root/src/Gal.hpp
diff options
context:
space:
mode:
authorLaG1924 <lag1924@gmail.com>2021-12-11 18:11:31 +0100
committerLaG1924 <lag1924@gmail.com>2021-12-11 18:11:31 +0100
commit9202a3cab793a239a084414e4dddc7759f479fc2 (patch)
tree8e19c4f8d3d4ebfb0cd8ba8b80efb887707e24b0 /src/Gal.hpp
parentMore optimization to GBuffer size (diff)
downloadAltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.tar
AltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.tar.gz
AltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.tar.bz2
AltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.tar.lz
AltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.tar.xz
AltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.tar.zst
AltCraft-9202a3cab793a239a084414e4dddc7759f479fc2.zip
Diffstat (limited to 'src/Gal.hpp')
-rw-r--r--src/Gal.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Gal.hpp b/src/Gal.hpp
index 0aa61c7..ed0b559 100644
--- a/src/Gal.hpp
+++ b/src/Gal.hpp
@@ -61,7 +61,10 @@ namespace Gal {
enum class Format {
D24S8,
+ R8,
+ R8G8,
R8G8B8,
+ R8G8B8SN,
R8G8B8A8,
R32G32B32A32F,
};