PFNGLGETNUNIFORMFVARBPROC typedef
PFNGLGETNUNIFORMFVARBPROC =
Void Function(Uint32 program, Int32 location, Uint32 bufSize, Pointer<Float> params)
Implementation
typedef PFNGLGETNUNIFORMFVARBPROC =
Void Function(
Uint32 program,
Int32 location,
Uint32 bufSize,
Pointer<Float> params,
);