XPlor/libs/xassets/xgputexturesize2d.cpp

20 lines
236 B
C++
Raw Normal View History

2025-09-03 13:10:44 -04:00
#include "xgputexturesize2d.h"
XGpuTextureSize2D::XGpuTextureSize2D()
: XAsset()
, mWidth(0)
, mHeight(0)
{
}
void XGpuTextureSize2D::ParseData(QDataStream *aStream)
{
}
void XGpuTextureSize2D::Clear()
{
}