mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Simplified usages
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ namespace Microsoft.Iris.Render.Protocols.Splash.Rendering
|
||||
msg0CreatePtr->nUniqueId = nUniqueId;
|
||||
msg0CreatePtr->_priv_idObjectSubject = externalAnimationInput.m_renderHandle;
|
||||
if (port.ForeignByteOrder)
|
||||
MarshalHelper.SwapByteOrder(pMem, ref RemoteExternalAnimationInput.s_priv_ByteOrder_Msg0_Create, typeof(RemoteExternalAnimationInput.Msg0_Create), 0, 0);
|
||||
MarshalHelper.SwapByteOrder(pMem, ref s_priv_ByteOrder_Msg0_Create, typeof(RemoteExternalAnimationInput.Msg0_Create), 0, 0);
|
||||
port.CreateRemoteObject(inputClassHandle, externalAnimationInput.m_renderHandle, (Message*)msg0CreatePtr);
|
||||
return externalAnimationInput;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user