XPlor/libs/xassets/xgputexturesizestack.cpp

21 lines
267 B
C++
Raw Normal View History

2025-09-03 13:11:05 -04:00
#include "xgputexturesizestack.h"
XGpuTextureSizeStack::XGpuTextureSizeStack()
: XAsset()
, mWidth(0)
, mHeight(0)
, mDepth(0)
{
}
void XGpuTextureSizeStack::ParseData(QDataStream *aStream)
{
}
void XGpuTextureSizeStack::Clear()
{
}