PFNGLPATHSTRINGNVPROC typedef

PFNGLPATHSTRINGNVPROC = Void Function(Uint32 path, Uint32 format, Uint32 length, Pointer<NativeType> pathString)

Implementation

typedef PFNGLPATHSTRINGNVPROC =
    Void Function(
      Uint32 path,
      Uint32 format,
      Uint32 length,
      Pointer<NativeType> pathString,
    );