23 lines
302 B
C++
23 lines
302 B
C++
#include "xgputexturefetchconstant.h"
|
|
|
|
XGpuTextureFetchConstant::XGpuTextureFetchConstant()
|
|
: XAsset()
|
|
{
|
|
|
|
}
|
|
|
|
XGpuTextureFetchConstant::~XGpuTextureFetchConstant()
|
|
{
|
|
|
|
}
|
|
|
|
void XGpuTextureFetchConstant::ParseData(QDataStream *aStream)
|
|
{
|
|
|
|
}
|
|
|
|
void XGpuTextureFetchConstant::Clear()
|
|
{
|
|
|
|
}
|