Exemplo n.º 1
0
 public abstract void GetProgram([Flow(FlowDirection.In)] ProgramTarget target, [Flow(FlowDirection.In)] ProgramPropertyARB pname, [Count(Count = 1), Flow(FlowDirection.Out)] out int @params);
Exemplo n.º 2
0
 public static unsafe void GetProgram(this ArbVertexProgram thisApi, [Flow(FlowDirection.In)] ProgramTarget target, [Flow(FlowDirection.In)] ProgramPropertyARB pname, [Count(Count = 1), Flow(FlowDirection.Out)] Span <int> @params)
 {
     // SpanOverloader
     thisApi.GetProgram(target, pname, out @params.GetPinnableReference());
 }
Exemplo n.º 3
0
 public static void qglGetProgramiv(uint program, ProgramPropertyARB pname, int * @params) => glGetProgramiv(program, pname, @params);