1#include "ClipmapLevel.h"
3Cogs::ClipmapLevel::ClipmapLevel() :
4 index(
std::numeric_limits<size_t>::max()),
10 offsetStripOnNorth(false),
11 offsetStripOnEast(false),
15 static Extent invalidExtent = { 1, 1, 0, 0 };
16 currentExtent = invalidExtent;
18 renderTexture.handle = TextureHandle::NoHandle;