diff options
| author | onelin <oscar@nelin.dk> | 2026-03-27 19:37:34 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2026-03-27 19:38:58 +0000 |
| commit | 0326c6080887f0988fe70c2f21dbde2ba576ece0 (patch) | |
| tree | 2438efd3477cb270bd7a83b1017ea050fb1d6616 /src/include | |
| parent | cb36e70127ac6bdfc8960fbddf545afcfbca1ce4 (diff) | |
Add INT32 texture color format
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/daw/rendering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/daw/rendering.h b/src/include/daw/rendering.h index bebc60c..11d3611 100644 --- a/src/include/daw/rendering.h +++ b/src/include/daw/rendering.h @@ -247,6 +247,8 @@ typedef enum { #define BUFFERPARAMETER_FMT_RGB8 (2) #define BUFFERPARAMETER_FMT_SRGB8 (3) #define BUFFERPARAMETER_FMT_SRGBA8 (4) +#define BUFFERPARAMETER_FMT_INT32 (5) +#define BUFFERPARAMETER_FMT_UINT32 (6) // Depth & stencil format(s) #define BUFFERPARAMETER_FMT_DEPTH_STENCIL_MASK (MASK(3) << 10) |
