mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Update d3d12.odin
This commit is contained in:
1
vendor/directx/d3d12/d3d12.odin
vendored
1
vendor/directx/d3d12/d3d12.odin
vendored
@@ -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