Browse Source

Update d3d12.odin

jakubtomsu 1 year ago
parent
commit
9e36e28217
1 changed files with 0 additions and 1 deletions
  1. 0 1
      vendor/directx/d3d12/d3d12.odin

+ 0 - 1
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]