PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC typedef

PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC = Void Function(Uint32 program, Uint32 shadertype, Uint32 index, Int32 bufsize, Pointer<Int32> length, Pointer<Utf8> name)

Implementation

typedef PFNGLGETACTIVESUBROUTINEUNIFORMNAMEPROC = Void Function(
    Uint32 program,
    Uint32 shadertype,
    Uint32 index,
    Int32 bufsize,
    Pointer<Int32> length,
    Pointer<Utf8> name);