Пример #1
0
 /// <summary>To be documented.</summary>
 public static unsafe Result DebugMarkerSetObjectTag(this ExtDebugMarker thisApi, [Count(Count = 0)] Device device, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <DebugMarkerObjectTagInfoEXT> pTagInfo)
 {
     // SpanOverloader
     return(thisApi.DebugMarkerSetObjectTag(device, in pTagInfo.GetPinnableReference()));
 }
Пример #2
0
 /// <summary>To be documented.</summary>
 public static unsafe void CmdDebugMarkerInsert(this ExtDebugMarker thisApi, [Count(Count = 0)] CommandBuffer commandBuffer, [Count(Count = 0), Flow(FlowDirection.In)] ReadOnlySpan <DebugMarkerMarkerInfoEXT> pMarkerInfo)
 {
     // SpanOverloader
     thisApi.CmdDebugMarkerInsert(commandBuffer, in pMarkerInfo.GetPinnableReference());
 }