mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-31 03:37:35 +01:00
parent
f5ef49cf29
commit
5190d26e7e
107 changed files with 2790 additions and 2790 deletions
|
|
@ -13,7 +13,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetTrackingSpace( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetTrackingSpace_params *params = (struct IVRCompositor_IVRCompositor_024_GetTrackingSpace_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetTrackingSpace( );
|
||||
params->_ret = iface->GetTrackingSpace( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_WaitGetPoses( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_WaitGetPoses_params *params = (struct IVRCompositor_IVRCompositor_024_WaitGetPoses_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)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_024_GetLastPoses( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetLastPoses_params *params = (struct IVRCompositor_IVRCompositor_024_GetLastPoses_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)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;
|
||||
}
|
||||
|
||||
|
|
@ -37,7 +37,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetLastPoseForTrackedDeviceIndex( void
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetLastPoseForTrackedDeviceIndex_params *params = (struct IVRCompositor_IVRCompositor_024_GetLastPoseForTrackedDeviceIndex_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetLastPoseForTrackedDeviceIndex( params->unDeviceIndex, params->pOutputPose, params->pOutputGamePose );
|
||||
params->_ret = iface->GetLastPoseForTrackedDeviceIndex( params->unDeviceIndex, params->pOutputPose, params->pOutputGamePose );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetFrameTiming( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetFrameTiming_params *params = (struct IVRCompositor_IVRCompositor_024_GetFrameTiming_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->GetFrameTiming( params->pTiming, params->unFramesAgo );
|
||||
params->_ret = iface->GetFrameTiming( params->pTiming, params->unFramesAgo );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetFrameTimings( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetFrameTimings_params *params = (struct IVRCompositor_IVRCompositor_024_GetFrameTimings_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetFrameTimings( params->pTiming, params->nFrames );
|
||||
params->_ret = iface->GetFrameTimings( params->pTiming, params->nFrames );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -77,7 +77,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetFrameTimeRemaining( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetFrameTimeRemaining_params *params = (struct IVRCompositor_IVRCompositor_024_GetFrameTimeRemaining_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (float)iface->GetFrameTimeRemaining( );
|
||||
params->_ret = iface->GetFrameTimeRemaining( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetCurrentGridAlpha( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetCurrentGridAlpha_params *params = (struct IVRCompositor_IVRCompositor_024_GetCurrentGridAlpha_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (float)iface->GetCurrentGridAlpha( );
|
||||
params->_ret = iface->GetCurrentGridAlpha( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_IsFullscreen( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_IsFullscreen_params *params = (struct IVRCompositor_IVRCompositor_024_IsFullscreen_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsFullscreen( );
|
||||
params->_ret = iface->IsFullscreen( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -165,7 +165,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetCurrentSceneFocusProcess( void *args
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetCurrentSceneFocusProcess_params *params = (struct IVRCompositor_IVRCompositor_024_GetCurrentSceneFocusProcess_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetCurrentSceneFocusProcess( );
|
||||
params->_ret = iface->GetCurrentSceneFocusProcess( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetLastFrameRenderer( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetLastFrameRenderer_params *params = (struct IVRCompositor_IVRCompositor_024_GetLastFrameRenderer_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetLastFrameRenderer( );
|
||||
params->_ret = iface->GetLastFrameRenderer( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_CanRenderScene( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_CanRenderScene_params *params = (struct IVRCompositor_IVRCompositor_024_CanRenderScene_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->CanRenderScene( );
|
||||
params->_ret = iface->CanRenderScene( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -205,7 +205,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_IsMirrorWindowVisible( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_IsMirrorWindowVisible_params *params = (struct IVRCompositor_IVRCompositor_024_IsMirrorWindowVisible_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsMirrorWindowVisible( );
|
||||
params->_ret = iface->IsMirrorWindowVisible( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -221,7 +221,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_ShouldAppRenderWithLowResources( void *
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_ShouldAppRenderWithLowResources_params *params = (struct IVRCompositor_IVRCompositor_024_ShouldAppRenderWithLowResources_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->ShouldAppRenderWithLowResources( );
|
||||
params->_ret = iface->ShouldAppRenderWithLowResources( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -253,7 +253,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetMirrorTextureD3D11( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetMirrorTextureD3D11_params *params = (struct IVRCompositor_IVRCompositor_024_GetMirrorTextureD3D11_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetMirrorTextureD3D11( params->eEye, params->pD3D11DeviceOrResource, params->ppD3D11ShaderResourceView );
|
||||
params->_ret = iface->GetMirrorTextureD3D11( params->eEye, params->pD3D11DeviceOrResource, params->ppD3D11ShaderResourceView );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -269,7 +269,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetMirrorTextureGL( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetMirrorTextureGL_params *params = (struct IVRCompositor_IVRCompositor_024_GetMirrorTextureGL_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetMirrorTextureGL( params->eEye, params->pglTextureId, params->pglSharedTextureHandle );
|
||||
params->_ret = iface->GetMirrorTextureGL( params->eEye, params->pglTextureId, params->pglSharedTextureHandle );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -277,7 +277,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_ReleaseSharedGLTexture( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_ReleaseSharedGLTexture_params *params = (struct IVRCompositor_IVRCompositor_024_ReleaseSharedGLTexture_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->ReleaseSharedGLTexture( params->glTextureId, params->glSharedTextureHandle );
|
||||
params->_ret = iface->ReleaseSharedGLTexture( params->glTextureId, params->glSharedTextureHandle );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -301,7 +301,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_GetVulkanInstanceExtensionsRequired( vo
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_GetVulkanInstanceExtensionsRequired_params *params = (struct IVRCompositor_IVRCompositor_024_GetVulkanInstanceExtensionsRequired_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetVulkanInstanceExtensionsRequired( params->pchValue, params->unBufferSize );
|
||||
params->_ret = iface->GetVulkanInstanceExtensionsRequired( params->pchValue, params->unBufferSize );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -317,7 +317,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_SubmitExplicitTimingData( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_SubmitExplicitTimingData_params *params = (struct IVRCompositor_IVRCompositor_024_SubmitExplicitTimingData_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->SubmitExplicitTimingData( );
|
||||
params->_ret = iface->SubmitExplicitTimingData( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -325,7 +325,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_IsMotionSmoothingEnabled( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_IsMotionSmoothingEnabled_params *params = (struct IVRCompositor_IVRCompositor_024_IsMotionSmoothingEnabled_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsMotionSmoothingEnabled( );
|
||||
params->_ret = iface->IsMotionSmoothingEnabled( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -333,7 +333,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_IsMotionSmoothingSupported( void *args
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_IsMotionSmoothingSupported_params *params = (struct IVRCompositor_IVRCompositor_024_IsMotionSmoothingSupported_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsMotionSmoothingSupported( );
|
||||
params->_ret = iface->IsMotionSmoothingSupported( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -341,7 +341,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_IsCurrentSceneFocusAppLoading( void *ar
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_024_IsCurrentSceneFocusAppLoading_params *params = (struct IVRCompositor_IVRCompositor_024_IsCurrentSceneFocusAppLoading_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsCurrentSceneFocusAppLoading( );
|
||||
params->_ret = iface->IsCurrentSceneFocusAppLoading( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -350,7 +350,7 @@ NTSTATUS IVRCompositor_IVRCompositor_024_SetStageOverride_Async( void *args )
|
|||
struct IVRCompositor_IVRCompositor_024_SetStageOverride_Async_params *params = (struct IVRCompositor_IVRCompositor_024_SetStageOverride_Async_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_024 *iface = (struct u_IVRCompositor_IVRCompositor_024 *)params->linux_side;
|
||||
char *u_pchRenderModelPath = vrclient_dos_to_unix_path( params->pchRenderModelPath );
|
||||
params->_ret = (uint32_t)iface->SetStageOverride_Async( u_pchRenderModelPath, params->pTransform, params->pRenderSettings, params->nSizeOfRenderSettings );
|
||||
params->_ret = iface->SetStageOverride_Async( u_pchRenderModelPath, params->pTransform, params->pRenderSettings, params->nSizeOfRenderSettings );
|
||||
vrclient_free_path( u_pchRenderModelPath );
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue