mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 04:34:29 +01:00
parent
f5ef49cf29
commit
5190d26e7e
107 changed files with 2790 additions and 2790 deletions
|
|
@ -13,7 +13,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_GetTrackingSpace( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetTrackingSpace_params *params = (struct IVRCompositor_IVRCompositor_021_GetTrackingSpace_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetTrackingSpace( );
|
||||
params->_ret = iface->GetTrackingSpace( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_WaitGetPoses( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_WaitGetPoses_params *params = (struct IVRCompositor_IVRCompositor_021_WaitGetPoses_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetLastPoses( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetLastPoses_params *params = (struct IVRCompositor_IVRCompositor_021_GetLastPoses_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetLastPoseForTrackedDeviceIndex( void
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetLastPoseForTrackedDeviceIndex_params *params = (struct IVRCompositor_IVRCompositor_021_GetLastPoseForTrackedDeviceIndex_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetFrameTiming( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetFrameTiming_params *params = (struct IVRCompositor_IVRCompositor_021_GetFrameTiming_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetFrameTimings( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetFrameTimings_params *params = (struct IVRCompositor_IVRCompositor_021_GetFrameTimings_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetFrameTimeRemaining( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetFrameTimeRemaining_params *params = (struct IVRCompositor_IVRCompositor_021_GetFrameTimeRemaining_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (float)iface->GetFrameTimeRemaining( );
|
||||
params->_ret = iface->GetFrameTimeRemaining( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_GetCurrentGridAlpha( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetCurrentGridAlpha_params *params = (struct IVRCompositor_IVRCompositor_021_GetCurrentGridAlpha_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (float)iface->GetCurrentGridAlpha( );
|
||||
params->_ret = iface->GetCurrentGridAlpha( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_IsFullscreen( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_IsFullscreen_params *params = (struct IVRCompositor_IVRCompositor_021_IsFullscreen_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsFullscreen( );
|
||||
params->_ret = iface->IsFullscreen( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -165,7 +165,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_GetCurrentSceneFocusProcess( void *args
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetCurrentSceneFocusProcess_params *params = (struct IVRCompositor_IVRCompositor_021_GetCurrentSceneFocusProcess_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetCurrentSceneFocusProcess( );
|
||||
params->_ret = iface->GetCurrentSceneFocusProcess( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_GetLastFrameRenderer( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetLastFrameRenderer_params *params = (struct IVRCompositor_IVRCompositor_021_GetLastFrameRenderer_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->GetLastFrameRenderer( );
|
||||
params->_ret = iface->GetLastFrameRenderer( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_CanRenderScene( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_CanRenderScene_params *params = (struct IVRCompositor_IVRCompositor_021_CanRenderScene_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (bool)iface->CanRenderScene( );
|
||||
params->_ret = iface->CanRenderScene( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -205,7 +205,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_IsMirrorWindowVisible( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_IsMirrorWindowVisible_params *params = (struct IVRCompositor_IVRCompositor_021_IsMirrorWindowVisible_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (bool)iface->IsMirrorWindowVisible( );
|
||||
params->_ret = iface->IsMirrorWindowVisible( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -221,7 +221,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_ShouldAppRenderWithLowResources( void *
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_ShouldAppRenderWithLowResources_params *params = (struct IVRCompositor_IVRCompositor_021_ShouldAppRenderWithLowResources_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (bool)iface->ShouldAppRenderWithLowResources( );
|
||||
params->_ret = iface->ShouldAppRenderWithLowResources( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -253,7 +253,7 @@ NTSTATUS IVRCompositor_IVRCompositor_021_GetMirrorTextureD3D11( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetMirrorTextureD3D11_params *params = (struct IVRCompositor_IVRCompositor_021_GetMirrorTextureD3D11_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetMirrorTextureGL( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetMirrorTextureGL_params *params = (struct IVRCompositor_IVRCompositor_021_GetMirrorTextureGL_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_ReleaseSharedGLTexture( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_ReleaseSharedGLTexture_params *params = (struct IVRCompositor_IVRCompositor_021_ReleaseSharedGLTexture_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_GetVulkanInstanceExtensionsRequired( vo
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_GetVulkanInstanceExtensionsRequired_params *params = (struct IVRCompositor_IVRCompositor_021_GetVulkanInstanceExtensionsRequired_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)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_021_SubmitExplicitTimingData( void *args )
|
|||
{
|
||||
struct IVRCompositor_IVRCompositor_021_SubmitExplicitTimingData_params *params = (struct IVRCompositor_IVRCompositor_021_SubmitExplicitTimingData_params *)args;
|
||||
struct u_IVRCompositor_IVRCompositor_021 *iface = (struct u_IVRCompositor_IVRCompositor_021 *)params->linux_side;
|
||||
params->_ret = (uint32_t)iface->SubmitExplicitTimingData( );
|
||||
params->_ret = iface->SubmitExplicitTimingData( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue