XPlor/libs/xassets/xgpuvertexfetchconstant.cpp

20 lines
265 B
C++
Raw Normal View History

2025-09-03 13:08:47 -04:00
#include "xgpuvertexfetchconstant.h"
XGpuVertexFetchConstant::XGpuVertexFetchConstant()
: XAsset()
, mRequest()
, mDword()
{
}
void XGpuVertexFetchConstant::ParseData(QDataStream *aStream)
{
}
void XGpuVertexFetchConstant::Clear()
{
}