Ejemplo n.º 1
0
 public static unsafe void TexCoord1h(this NVHalfFloat thisApi, [Count(Count = 1), Flow(FlowDirection.In)] ReadOnlySpan <System.Half> v)
 {
     // SpanOverloader
     thisApi.TexCoord1h(in v.GetPinnableReference());
 }
Ejemplo n.º 2
0
 public static unsafe void SecondaryColor3h(this NVHalfFloat thisApi, [Count(Count = 3), Flow(FlowDirection.In)] ReadOnlySpan <System.Half> v)
 {
     // SpanOverloader
     thisApi.SecondaryColor3h(in v.GetPinnableReference());
 }
Ejemplo n.º 3
0
 public static unsafe void VertexWeighth(this NVHalfFloat thisApi, [Count(Count = 1), Flow(FlowDirection.In)] ReadOnlySpan <System.Half> weight)
 {
     // SpanOverloader
     thisApi.VertexWeighth(in weight.GetPinnableReference());
 }
Ejemplo n.º 4
0
 public static unsafe void MultiTexCoord4h(this NVHalfFloat thisApi, [Flow(FlowDirection.In)] TextureUnit target, [Count(Count = 4), Flow(FlowDirection.In)] ReadOnlySpan <System.Half> v)
 {
     // SpanOverloader
     thisApi.MultiTexCoord4h(target, in v.GetPinnableReference());
 }
Ejemplo n.º 5
0
 public static unsafe void VertexAttribs4h(this NVHalfFloat thisApi, [Flow(FlowDirection.In)] uint index, [Flow(FlowDirection.In)] uint n, [Count(Parameter = "n"), Flow(FlowDirection.In)] ReadOnlySpan <System.Half> v)
 {
     // SpanOverloader
     thisApi.VertexAttribs4h(index, n, in v.GetPinnableReference());
 }