Update d3d12.odin

This commit is contained in:
jakubtomsu
2023-11-04 17:40:13 +01:00
parent e206d6ba35
commit 9e36e28217

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]