PFNGLGETACTIVEUNIFORMNAMEPROC typedef
PFNGLGETACTIVEUNIFORMNAMEPROC =
Void Function(Uint32 program, Uint32 uniformIndex, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> uniformName)
Implementation
typedef PFNGLGETACTIVEUNIFORMNAMEPROC =
Void Function(
Uint32 program,
Uint32 uniformIndex,
Uint32 bufSize,
Pointer<Uint32> length,
Pointer<Int8> uniformName,
);