Updated libs/xassets/xgfxworldvertexlayerdata.h
This commit is contained in:
parent
cdf01bb966
commit
67668ccc27
24
libs/xassets/xgfxworldvertexlayerdata.h
Normal file
24
libs/xassets/xgfxworldvertexlayerdata.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef XGFXWORLDVERTEXLAYERDATA_H
|
||||
#define XGFXWORLDVERTEXLAYERDATA_H
|
||||
|
||||
#include "xasset.h"
|
||||
#include "xd3dvertexbuffer.h"
|
||||
|
||||
#include <QVector>
|
||||
|
||||
class XGfxWorldVertexLayerData : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XGfxWorldVertexLayerData();
|
||||
~XGfxWorldVertexLayerData();
|
||||
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
void Clear() override;
|
||||
|
||||
private:
|
||||
qint32 mDataPtr;
|
||||
QVector<quint8> mData;
|
||||
XD3DVertexBuffer mLayerVb;
|
||||
};
|
||||
|
||||
#endif // XGFXWORLDVERTEXLAYERDATA_H
|
||||
Loading…
x
Reference in New Issue
Block a user