// Texture cache #include "pch.h" namespace GX { TextureCache::TextureCache() { } TextureCache::~TextureCache() { } }