Пример #1
0
 /// <summary>To be documented.</summary>
 public static unsafe Result GetSerializedSceneFragmentDataMsft(this MsftSceneUnderstandingSerialization thisApi, [Count(Count = 0)] SceneMSFT scene, [Count(Count = 0), Flow(FlowDirection.In)] SerializedSceneFragmentDataGetInfoMSFT *getInfo, [Count(Count = 0)] uint countInput, [Count(Count = 0)] Span <uint> readOutput, [UnmanagedType(Silk.NET.Core.Native.UnmanagedType.LPUTF8Str)] string buffer)
 {
     // SpanOverloader
     return(thisApi.GetSerializedSceneFragmentDataMsft(scene, getInfo, countInput, ref readOutput.GetPinnableReference(), buffer));
 }
Пример #2
0
 /// <summary>To be documented.</summary>
 public static unsafe Result GetSerializedSceneFragmentDataMsft(this MsftSceneUnderstandingSerialization thisApi, [Count(Count = 0)] SceneMSFT scene, [Count(Count = 0), Flow(FlowDirection.In)] SerializedSceneFragmentDataGetInfoMSFT *getInfo, [Count(Count = 0)] uint countInput, [Count(Count = 0)] Span <uint> readOutput, [Count(Parameter = "countInput")] Span <byte> buffer)
 {
     // SpanOverloader
     return(thisApi.GetSerializedSceneFragmentDataMsft(scene, getInfo, countInput, ref readOutput.GetPinnableReference(), ref buffer.GetPinnableReference()));
 }