示例#1
0
 public static unsafe void SecondaryColorPointer <T0>(this ExtSecondaryColor thisApi, [Flow(FlowDirection.In)] int size, [Flow(FlowDirection.In)] ColorPointerType type, [Flow(FlowDirection.In)] uint stride, [Count(Computed = "size, type, stride"), Flow(FlowDirection.In)] ReadOnlySpan <T0> pointer) where T0 : unmanaged
 {
     // SpanOverloader
     thisApi.SecondaryColorPointer(size, type, stride, in pointer.GetPinnableReference());
 }
示例#2
0
 public static unsafe void SecondaryColor3(this ExtSecondaryColor thisApi, [Count(Count = 3), Flow(FlowDirection.In)] ReadOnlySpan <ushort> v)
 {
     // SpanOverloader
     thisApi.SecondaryColor3(in v.GetPinnableReference());
 }