PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVNVPROC typedef

PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVNVPROC = Void Function(Uint32 framebuffer, Uint32 start, Uint32 count, Pointer<Float> v)

Implementation

typedef PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVNVPROC =
    Void Function(
      Uint32 framebuffer,
      Uint32 start,
      Uint32 count,
      Pointer<Float> v,
    );