XPlor/libs/xassets/xgputexturesize1d.cpp

19 lines
219 B
C++
Raw Normal View History

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