diff options
| author | wrapperup <wrapperup4@gmail.com> | 2024-04-13 15:05:51 -0400 |
|---|---|---|
| committer | wrapperup <wrapperup4@gmail.com> | 2024-04-13 15:05:51 -0400 |
| commit | f252084b1f04028cf94c77662fbfefa4cf0987f1 (patch) | |
| tree | 1fa2d4a32bfff993a54f3124f408e8172c07dfb6 | |
| parent | 9b496e82f33a626ae815281a214afcfb8537b4fe (diff) | |
add dxc to all_vendor.odin
| -rw-r--r-- | examples/all/all_vendor.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin index 9093e0f3e..1ab1debea 100644 --- a/examples/all/all_vendor.odin +++ b/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 |