mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
18 lines
158 B
C++
18 lines
158 B
C++
// Texture format converter
|
|
|
|
#include "pch.h"
|
|
|
|
namespace GX
|
|
{
|
|
|
|
TextureConverter::TextureConverter()
|
|
{
|
|
|
|
}
|
|
|
|
TextureConverter::~TextureConverter()
|
|
{
|
|
|
|
}
|
|
|
|
}
|