PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC typedef

PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC = Void Function(Uint32 program, Uint32 shadertype, Uint32 index, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> name)

Implementation

typedef PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC =
    Void Function(
      Uint32 program,
      Uint32 shadertype,
      Uint32 index,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> name,
    );