public static unsafe void GetFogFunc(this SgisFogFunction thisApi, [Count(Count = 0), Flow(FlowDirection.Out)] Span <float> points) { // SpanOverloader thisApi.GetFogFunc(out points.GetPinnableReference()); }
public static unsafe void FogFunc(this SgisFogFunction thisApi, [Flow(FlowDirection.In)] uint n, [Count(Parameter = "n"), Flow(FlowDirection.In)] ReadOnlySpan <float> points) { // SpanOverloader thisApi.FogFunc(n, in points.GetPinnableReference()); }