mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Create() rework; comments tweaks; +hrtfapoapi
This commit is contained in:
Vendored
+2
-2
@@ -132,7 +132,7 @@ FXECHO_PARAMETERS :: struct #packed {
|
||||
foreign xa2 {
|
||||
// creates instance of requested XAPO, use Release to free instance
|
||||
// pInitData - [in] effect-specific initialization parameters, may be nil if InitDataByteSize == 0
|
||||
// InitDataByteSize - [in] size of pInitData in bytes, may be 0 if pInitData is NULL
|
||||
CreateFX :: proc(clsid: win.REFCLSID, pEffect: ^^IUnknown, pInitDat: rawptr = nil, InitDataByteSize: u32 = 0) -> HRESULT ---
|
||||
// InitDataByteSize - [in] size of pInitData in bytes, may be 0 if pInitData is nil
|
||||
CreateFX :: proc(clsid: win.REFCLSID, pEffect: ^^IUnknown, pInitDat: rawptr = nil, InitDataByteSize: u32 = 0) -> HRESULT ---
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user