public static unsafe void GetCombinerInputParameter(this NVRegisterCombiners thisApi, [Flow(FlowDirection.In)] CombinerStageNV stage, [Flow(FlowDirection.In)] NV portion, [Flow(FlowDirection.In)] NV variable, [Flow(FlowDirection.In)] CombinerParameterNV pname, [Count(Computed = "pname"), Flow(FlowDirection.Out)] Span <float> @params) { // SpanOverloader thisApi.GetCombinerInputParameter(stage, portion, variable, pname, out @params.GetPinnableReference()); }
public static unsafe void CombinerParameter(this NVRegisterCombiners thisApi, [Flow(FlowDirection.In)] CombinerParameterNV pname, [Count(Computed = "pname"), Flow(FlowDirection.In)] ReadOnlySpan <int> @params) { // SpanOverloader thisApi.CombinerParameter(pname, in @params.GetPinnableReference()); }