PFNGLPATHSUBCOMMANDSNVPROC typedef

PFNGLPATHSUBCOMMANDSNVPROC = Void Function(Uint32 path, Uint32 commandStart, Uint32 commandsToDelete, Uint32 numCommands, Pointer<Uint8> commands, Uint32 numCoords, Uint32 coordType, Pointer<NativeType> coords)

Implementation

typedef PFNGLPATHSUBCOMMANDSNVPROC =
    Void Function(
      Uint32 path,
      Uint32 commandStart,
      Uint32 commandsToDelete,
      Uint32 numCommands,
      Pointer<Uint8> commands,
      Uint32 numCoords,
      Uint32 coordType,
      Pointer<NativeType> coords,
    );