From a0bb0d0114c2b228f2f1715b6fc53d99901b0193 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 29 Jun 2025 16:43:36 -0700 Subject: Add support for R8 linear textures to render baked AO --- include/gfx/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/gfx/core.h b/include/gfx/core.h index 44509c9..2a29003 100644 --- a/include/gfx/core.h +++ b/include/gfx/core.h @@ -219,6 +219,7 @@ typedef enum { Texture2D, TextureCubeMap } TextureDimension; /// Texture data format. typedef enum { TextureDepth, + TextureR8, TextureRG16, TextureRG16F, TextureRGB8, -- cgit v1.2.3