public static unsafe void WeightPointer <T0>(this ArbVertexBlend thisApi, [Flow(FlowDirection.In)] int size, [Flow(FlowDirection.In)] WeightPointerTypeARB type, [Flow(FlowDirection.In)] uint stride, [Count(Computed = "type, stride"), Flow(FlowDirection.In)] ReadOnlySpan <T0> pointer) where T0 : unmanaged { // SpanOverloader thisApi.WeightPointer(size, type, stride, in pointer.GetPinnableReference()); }
public static unsafe void Weight(this ArbVertexBlend thisApi, [Flow(FlowDirection.In)] int size, [Count(Parameter = "size"), Flow(FlowDirection.In)] ReadOnlySpan <uint> weights) { // SpanOverloader thisApi.Weight(size, in weights.GetPinnableReference()); }