20 lines
265 B
C++
20 lines
265 B
C++
#include "xgpuvertexfetchconstant.h"
|
|
|
|
XGpuVertexFetchConstant::XGpuVertexFetchConstant()
|
|
: XAsset()
|
|
, mRequest()
|
|
, mDword()
|
|
{
|
|
|
|
}
|
|
|
|
void XGpuVertexFetchConstant::ParseData(QDataStream *aStream)
|
|
{
|
|
|
|
}
|
|
|
|
void XGpuVertexFetchConstant::Clear()
|
|
{
|
|
|
|
}
|