示例#1
0
 public static unsafe void PERFSetRegion(this D3D9 thisApi, uint col, Span <char> wszName)
 {
     // SpanOverloader
     thisApi.PERFSetRegion(col, ref wszName.GetPinnableReference());
 }
示例#2
0
 public static unsafe int PERFBeginEvent(this D3D9 thisApi, uint col, Span <char> wszName)
 {
     // SpanOverloader
     return(thisApi.PERFBeginEvent(col, ref wszName.GetPinnableReference()));
 }