mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 19:02:23 -07:00
Merge pull request #2919 from jakubtomsu/d3d12-descriptor-heap-type-fix
Tiny fix to `DESCRIPTOR_HEAP_TYPE` from `vendor:directx/d3d12`
This commit is contained in:
Vendored
-1
@@ -1905,7 +1905,6 @@ DESCRIPTOR_HEAP_TYPE :: enum i32 {
|
||||
SAMPLER = 1,
|
||||
RTV = 2,
|
||||
DSV = 3,
|
||||
NUM_TYPES = 4,
|
||||
}
|
||||
|
||||
DESCRIPTOR_HEAP_FLAGS :: distinct bit_set[DESCRIPTOR_HEAP_FLAG; u32]
|
||||
|
||||
Reference in New Issue
Block a user