mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Doc lines for vendor:*
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Direct3D 11 ; https://learn.microsoft.com/en-us/windows/win32/direct3d11/atoc-dx-graphics-direct3d-11 ]].
|
||||
package directx_d3d11
|
||||
|
||||
foreign import "system:d3d11.lib"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Direct3D 12 ; https://learn.microsoft.com/en-us/windows/win32/direct3d12/direct3d-12-graphics ]].
|
||||
package directx_d3d12
|
||||
|
||||
foreign import "system:d3d12.lib"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Direct3D Shader Compiler ; https://learn.microsoft.com/en-us/windows/win32/api/d3dcompiler/ ]].
|
||||
package directx_d3d_compiler
|
||||
|
||||
foreign import d3dcompiler "d3dcompiler_47.lib"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ DXC ; https://learn.microsoft.com/en-us/windows/win32/api/dxcapi/ ]].
|
||||
package directx_dxc
|
||||
|
||||
when ODIN_OS == .Windows {
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ DXGI ; https://learn.microsoft.com/en-us/windows/win32/api/dxgi/ ]].
|
||||
package directx_dxgi
|
||||
|
||||
foreign import dxgi {
|
||||
|
||||
Reference in New Issue
Block a user