Updated libs/xassets/xgfxworldvertexlayerdata.cpp
This commit is contained in:
parent
178665610c
commit
cdf01bb966
27
libs/xassets/xgfxworldvertexlayerdata.cpp
Normal file
27
libs/xassets/xgfxworldvertexlayerdata.cpp
Normal file
@ -0,0 +1,27 @@
|
||||
#include "xgfxworldvertexlayerdata.h"
|
||||
|
||||
XGfxWorldVertexLayerData::XGfxWorldVertexLayerData()
|
||||
: XAsset()
|
||||
, mDataPtr(0)
|
||||
, mData()
|
||||
, mLayerVb()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XGfxWorldVertexLayerData::~XGfxWorldVertexLayerData()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxWorldVertexLayerData::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxWorldVertexLayerData::Clear()
|
||||
{
|
||||
mDataPtr = 0;
|
||||
mData.clear();
|
||||
mLayerVb.Clear();
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user