summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/daw/rendering.h2
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)