PFNGLGETSHADINGRATESAMPLELOCATIONIVNVPROC typedef

PFNGLGETSHADINGRATESAMPLELOCATIONIVNVPROC = Void Function(Uint32 rate, Uint32 samples, Uint32 index, Pointer<Int32> location)

Implementation

typedef PFNGLGETSHADINGRATESAMPLELOCATIONIVNVPROC =
    Void Function(
      Uint32 rate,
      Uint32 samples,
      Uint32 index,
      Pointer<Int32> location,
    );