XPlor/libs/xassets/xgputexturesize3d.cpp

19 lines
219 B
C++
Raw Normal View History

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