public static unsafe void VertexWeightPointer <T0>(this ExtVertexWeighting thisApi, [Flow(FlowDirection.In)] int size, [Flow(FlowDirection.In)] VertexWeightPointerTypeEXT type, [Flow(FlowDirection.In)] uint stride, [Count(Computed = "type, stride"), Flow(FlowDirection.In)] ReadOnlySpan <T0> pointer) where T0 : unmanaged { // SpanOverloader thisApi.VertexWeightPointer(size, type, stride, in pointer.GetPinnableReference()); }
public static unsafe void VertexWeight(this ExtVertexWeighting thisApi, [Count(Count = 1), Flow(FlowDirection.In)] ReadOnlySpan <float> weight) { // SpanOverloader thisApi.VertexWeight(in weight.GetPinnableReference()); }