3#include "ClipmapUpsampler.h"
5#include "Rendering/VertexFormat.h"
12 struct RasterSourceSubscription;
13 struct RasterTileRegion;
15 struct RasterTileIdentifier;
50 const size_t numTiles,
51 std::vector<const RasterTile *> & updatedTiles,
52 std::vector<ClipmapLevel *> & updatedLevels,
53 std::vector<ClipmapUpdate> & normalUpdates);
61 const size_t numRegions);
Represents a graphics device used to manage graphics resources and issue drawing commands.
Contains all Cogs related functionality.