summaryrefslogtreecommitdiff
path: root/src/ral
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-21 20:23:52 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-21 20:23:52 +1000
commitaf79d7428895413eb64bcb640e07ebb26b1c19f3 (patch)
tree2896b9db9be810ca0ee914151d50ca3a3fe325f2 /src/ral
parent66b1e02847e08b8e66e9969f0a3d138c15cc70f4 (diff)
quads kinda work
Diffstat (limited to 'src/ral')
-rw-r--r--src/ral/ral_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ral/ral_types.h b/src/ral/ral_types.h
index d65b35c..56fa141 100644
--- a/src/ral/ral_types.h
+++ b/src/ral/ral_types.h
@@ -71,6 +71,7 @@ typedef struct TextureDesc {
GPU_TextureType tex_type;
GPU_TextureFormat format;
u32x2 extents;
+ u32 num_channels;
} TextureDesc;
// --- Vertices