XPlor/libs/xassets/xgputexturefetchconstant.cpp

23 lines
302 B
C++
Raw Normal View History

2025-09-05 18:35:17 -04:00
#include "xgputexturefetchconstant.h"
2025-08-17 13:14:17 -04:00
2025-09-05 18:35:17 -04:00
XGpuTextureFetchConstant::XGpuTextureFetchConstant()
2025-08-17 13:14:17 -04:00
: XAsset()
{
}
2025-09-05 18:35:17 -04:00
XGpuTextureFetchConstant::~XGpuTextureFetchConstant()
2025-08-17 13:14:17 -04:00
{
}
2025-09-05 18:35:17 -04:00
void XGpuTextureFetchConstant::ParseData(QDataStream *aStream)
2025-08-17 13:14:17 -04:00
{
2025-09-05 18:35:17 -04:00
2025-08-17 13:14:17 -04:00
}
2025-09-05 18:35:17 -04:00
void XGpuTextureFetchConstant::Clear()
2025-08-17 13:14:17 -04:00
{
2025-09-05 18:35:17 -04:00
2025-08-17 13:14:17 -04:00
}