PFNGLGETNUNIFORMDVPROC typedef

PFNGLGETNUNIFORMDVPROC = Void Function(Uint32 program, Int32 location, Int32 bufSize, Pointer<Double> params)

Implementation

typedef PFNGLGETNUNIFORMDVPROC = Void Function(
    Uint32 program, Int32 location, Int32 bufSize, Pointer<Double> params);