// Texture format converter #pragma once namespace GX { class TextureConverter { public: TextureConverter(); ~TextureConverter(); }; }