pureikyubu/thirdparty/GX/TexConv.cpp
2023-08-03 02:40:02 +03:00

18 lines
158 B
C++

// Texture format converter
#include "pch.h"
namespace GX
{
TextureConverter::TextureConverter()
{
}
TextureConverter::~TextureConverter()
{
}
}