PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC typedef

PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC = Void Function(Uint32 id, Uint32 len, Pointer<Uint8> name, Pointer<Double> v)

Implementation

typedef PFNGLPROGRAMNAMEDPARAMETER4DVNVPROC =
    Void Function(
      Uint32 id,
      Uint32 len,
      Pointer<Uint8> name,
      Pointer<Double> v,
    );