aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2023-11-04 17:40:13 +0100
committerjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2023-11-04 17:40:13 +0100
commit9e36e28217bfef6cd3f054c88faef8aa25313b5c (patch)
tree331966e416f1c5cc20cdec710b264a6336f430a4
parente206d6ba35796e2aab97c7741dc52d44317350c1 (diff)
Update d3d12.odin
-rw-r--r--vendor/directx/d3d12/d3d12.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/directx/d3d12/d3d12.odin b/vendor/directx/d3d12/d3d12.odin
index 9c61aacbe..30b543e43 100644
--- a/vendor/directx/d3d12/d3d12.odin
+++ b/vendor/directx/d3d12/d3d12.odin
@@ -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]