mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Format RenderApi code
This commit is contained in:
@@ -8,12 +8,12 @@ using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Iris.Render.Protocol
|
||||
{
|
||||
[ComVisible(false)]
|
||||
internal struct CallbackMessage
|
||||
{
|
||||
public uint cbSize;
|
||||
public uint nMsg;
|
||||
public RENDERHANDLE idObjectSubject;
|
||||
public RENDERHANDLE hTarget;
|
||||
}
|
||||
[ComVisible(false)]
|
||||
internal struct CallbackMessage
|
||||
{
|
||||
public uint cbSize;
|
||||
public uint nMsg;
|
||||
public RENDERHANDLE idObjectSubject;
|
||||
public RENDERHANDLE hTarget;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user