mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-09 00:58:16 +00:00
Add GPU_UPLOAD heap type
This commit is contained in:
Vendored
+1
@@ -1320,6 +1320,7 @@ HEAP_TYPE :: enum i32 {
|
||||
UPLOAD = 2,
|
||||
READBACK = 3,
|
||||
CUSTOM = 4,
|
||||
GPU_UPLOAD = 5,
|
||||
}
|
||||
|
||||
CPU_PAGE_PROPERTY :: enum i32 {
|
||||
|
||||
Reference in New Issue
Block a user