Merge pull request #3422 from wrapperup/add-dxc-vendor-docs

Add dxc to all_vendor.odin, fix dxc build on freebsd/openbsd
This commit is contained in:
gingerBill
2024-04-13 22:42:03 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
//+build linux, darwin
//+build linux, darwin, freebsd, openbsd
package directx_dxc
import "core:c"