public static unsafe void VertexAttribL4(this NVVertexAttribInteger64bit thisApi, [Flow(FlowDirection.In)] uint index, [Count(Count = 4), Flow(FlowDirection.In)] ReadOnlySpan <ulong> v)
 {
     // SpanOverloader
     thisApi.VertexAttribL4(index, in v.GetPinnableReference());
 }
 public static unsafe void GetVertexAttribL(this NVVertexAttribInteger64bit thisApi, [Flow(FlowDirection.In)] uint index, [Flow(FlowDirection.In)] VertexAttribEnum pname, [Count(Computed = "pname"), Flow(FlowDirection.Out)] Span <ulong> @params)
 {
     // SpanOverloader
     thisApi.GetVertexAttribL(index, pname, out @params.GetPinnableReference());
 }