PFNGLGETPROGRAMSTAGEIVPROC typedef

PFNGLGETPROGRAMSTAGEIVPROC = Void Function(Uint32 program, Uint32 shadertype, Uint32 pname, Pointer<Int32> values)

Implementation

typedef PFNGLGETPROGRAMSTAGEIVPROC =
    Void Function(
      Uint32 program,
      Uint32 shadertype,
      Uint32 pname,
      Pointer<Int32> values,
    );