mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 16:48:18 +00:00
Move API into one file and use "system" calling convention, and move data definitions into platform specific files.
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
//+build windows
|
||||
package directx_dxc
|
||||
import win32 "core:sys/windows"
|
||||
import dxgi "vendor:directx/dxgi"
|
||||
|
||||
BOOL :: dxgi.BOOL
|
||||
SIZE_T :: dxgi.SIZE_T
|
||||
ULONG :: dxgi.ULONG
|
||||
CLSID :: dxgi.GUID
|
||||
IID :: dxgi.IID
|
||||
HRESULT :: dxgi.HRESULT
|
||||
IUnknown :: dxgi.IUnknown
|
||||
IUnknown_VTable :: dxgi.IUnknown_VTable
|
||||
wstring :: win32.wstring
|
||||
FILETIME :: win32.FILETIME
|
||||
BSTR :: wstring
|
||||
Reference in New Issue
Block a user