summaryrefslogtreecommitdiffstats
path: root/rsDefines.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsDefines.h')
-rw-r--r--rsDefines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsDefines.h b/rsDefines.h
index 92874708..fdb07208 100644
--- a/rsDefines.h
+++ b/rsDefines.h
@@ -96,7 +96,8 @@ enum RsAllocationUsageType {
RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040,
RS_ALLOCATION_USAGE_SHARED = 0x0080,
- RS_ALLOCATION_USAGE_ALL = 0x00FF
+ RS_ALLOCATION_USAGE_OEM = 0x8000,
+ RS_ALLOCATION_USAGE_ALL = 0x80FF
};
enum RsAllocationMipmapControl {