コード例 #1
0
 public static unsafe void GetProgramBinary <T0>(this OesGetProgramBinary thisApi, [Flow(FlowDirection.In)] uint program, [Flow(FlowDirection.In)] uint bufSize, [Count(Count = 1), Flow(FlowDirection.Out)] uint *length, [Count(Count = 1), Flow(FlowDirection.Out)] OES *binaryFormat, [Count(Parameter = "bufSize"), Flow(FlowDirection.Out)] Span <T0> binary) where T0 : unmanaged
 {
     // SpanOverloader
     thisApi.GetProgramBinary(program, bufSize, length, binaryFormat, out binary.GetPinnableReference());
 }