mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
remove FORCE_DWORD enum elements
This commit is contained in:
@@ -129,7 +129,6 @@ INCLUDE_TYPE :: enum i32 {
|
||||
INCLUDE_SYSTEM = 1,
|
||||
_10_INCLUDE_LOCAL = 0,
|
||||
_10_INCLUDE_SYSTEM = 1,
|
||||
INCLUDE_FORCE_DWORD = 2147483647,
|
||||
}
|
||||
|
||||
ID3DInclude :: struct {
|
||||
|
||||
5
vendor/directx/dxc/dxcapi.odin
vendored
5
vendor/directx/dxc/dxcapi.odin
vendored
@@ -194,7 +194,7 @@ ICompiler :: struct #raw_union {
|
||||
ICompiler_VTable :: struct {
|
||||
using iunknown_vtable: IUnknown_VTable,
|
||||
Compile: proc "system" (
|
||||
this: ^ICompiler,
|
||||
this: ^ICompiler,
|
||||
pSource: ^IBlob,
|
||||
pSourceName: wstring,
|
||||
pEntryPoint: wstring,
|
||||
@@ -206,7 +206,7 @@ ICompiler_VTable :: struct {
|
||||
pIncludeHandler: ^IIncludeHandler,
|
||||
ppResult: ^^IOperationResult) -> HRESULT,
|
||||
Preprocess: proc "system" (
|
||||
this: ^ICompiler,
|
||||
this: ^ICompiler,
|
||||
pSource: ^IBlob,
|
||||
pSourceName: wstring,
|
||||
pArguments: [^]wstring,
|
||||
@@ -303,7 +303,6 @@ DXC_OUT_KIND :: enum u32 {
|
||||
REFLECTION = 8,
|
||||
ROOT_SIGNATURE = 9,
|
||||
EXTRA_OUTPUTS = 10,
|
||||
FORCE_DWORD = 0xFFFFFFFF,
|
||||
}
|
||||
|
||||
IResult_UUID_STRING :: "58346CDA-DDE7-4497-9461-6F87AF5E0659"
|
||||
|
||||
1
vendor/directx/dxgi/dxgi.odin
vendored
1
vendor/directx/dxgi/dxgi.odin
vendored
@@ -752,7 +752,6 @@ ALPHA_MODE :: enum i32 {
|
||||
PREMULTIPLIED = 1,
|
||||
STRAIGHT = 2,
|
||||
IGNORE = 3,
|
||||
FORCE_DWORD = -1,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user