mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 12:44:25 +01:00
parent
f5ef49cf29
commit
5190d26e7e
107 changed files with 2790 additions and 2790 deletions
|
|
@ -13,7 +13,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_GetTrackingSpace( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_GetTrackingSpace_params *params = (struct IVRCompositor_IVRCompositor_010_GetTrackingSpace_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetTrackingSpace( );
|
||||
params->_ret = iface->GetTrackingSpace( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_WaitGetPoses( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_WaitGetPoses_params *params = (struct IVRCompositor_IVRCompositor_010_WaitGetPoses_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->WaitGetPoses( params->pRenderPoseArray, params->unRenderPoseArrayCount, params->pGamePoseArray, params->unGamePoseArrayCount );
|
||||
params->_ret = iface->WaitGetPoses( params->pRenderPoseArray, params->unRenderPoseArrayCount, params->pGamePoseArray, params->unGamePoseArrayCount );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_GetLastPoses( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_GetLastPoses_params *params = (struct IVRCompositor_IVRCompositor_010_GetLastPoses_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetLastPoses( params->pRenderPoseArray, params->unRenderPoseArrayCount, params->pGamePoseArray, params->unGamePoseArrayCount );
|
||||
params->_ret = iface->GetLastPoses( params->pRenderPoseArray, params->unRenderPoseArrayCount, params->pGamePoseArray, params->unGamePoseArrayCount );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_GetFrameTiming( void *args )
|
|||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
u_Compositor_FrameTiming_0914 u_pTiming;
|
||||
if (params->pTiming) u_pTiming = *params->pTiming;
|
||||
params->_ret = (bool)iface->GetFrameTiming( params->pTiming ? &u_pTiming : nullptr, params->unFramesAgo );
|
||||
params->_ret = iface->GetFrameTiming( params->pTiming ? &u_pTiming : nullptr, params->unFramesAgo );
|
||||
if (params->pTiming) *params->pTiming = u_pTiming;
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_GetFrameTimeRemaining( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_GetFrameTimeRemaining_params *params = (struct IVRCompositor_IVRCompositor_010_GetFrameTimeRemaining_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (float)iface->GetFrameTimeRemaining( );
|
||||
params->_ret = iface->GetFrameTimeRemaining( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -120,7 +120,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_IsFullscreen( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_IsFullscreen_params *params = (struct IVRCompositor_IVRCompositor_010_IsFullscreen_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsFullscreen( );
|
||||
params->_ret = iface->IsFullscreen( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_GetCurrentSceneFocusProcess( void *args
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_GetCurrentSceneFocusProcess_params *params = (struct IVRCompositor_IVRCompositor_010_GetCurrentSceneFocusProcess_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetCurrentSceneFocusProcess( );
|
||||
params->_ret = iface->GetCurrentSceneFocusProcess( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_GetLastFrameRenderer( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_GetLastFrameRenderer_params *params = (struct IVRCompositor_IVRCompositor_010_GetLastFrameRenderer_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetLastFrameRenderer( );
|
||||
params->_ret = iface->GetLastFrameRenderer( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_CanRenderScene( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_CanRenderScene_params *params = (struct IVRCompositor_IVRCompositor_010_CanRenderScene_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (bool)iface->CanRenderScene( );
|
||||
params->_ret = iface->CanRenderScene( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ NTSTATUS IVRCompositor_IVRCompositor_010_IsMirrorWindowVisible( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_010_IsMirrorWindowVisible_params *params = (struct IVRCompositor_IVRCompositor_010_IsMirrorWindowVisible_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_010 *iface = (struct u_IVRCompositor_IVRCompositor_010 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsMirrorWindowVisible( );
|
||||
params->_ret = iface->IsMirrorWindowVisible( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue