Bladeren bron

add dxc to all_vendor.odin

wrapperup 1 jaar geleden
bovenliggende
commit
f252084b1f
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      examples/all/all_vendor.odin

+ 2 - 0
examples/all/all_vendor.odin

@@ -73,10 +73,12 @@ _ :: MTK
 _ :: CA
 
 
+import DXC   "vendor:directx/dxc"
 import D3D11 "vendor:directx/d3d11"
 import D3D12 "vendor:directx/d3d12"
 import DXGI  "vendor:directx/dxgi"
 
+_ :: DXC
 _ :: D3D11
 _ :: D3D12
 _ :: DXGI