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:
gingerBill
2023-11-07 10:47:43 +00:00
committed by GitHub

View File

@@ -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]