diff options
Diffstat (limited to 'src/ral')
-rw-r--r-- | src/ral/ral_types.h | 1 |
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 |