Updated libs/xassets/xtexturedesc.cpp
This commit is contained in:
parent
1afbe28cc9
commit
c4826bf1f3
37
libs/xassets/xtexturedesc.cpp
Normal file
37
libs/xassets/xtexturedesc.cpp
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
#include "xtexturedesc.h"
|
||||||
|
|
||||||
|
XTextureDesc::XTextureDesc()
|
||||||
|
: XAsset()
|
||||||
|
, mResourceType()
|
||||||
|
, mWidth(0)
|
||||||
|
, mHeight(0)
|
||||||
|
, mDepth(0)
|
||||||
|
, mFormat()
|
||||||
|
, mRowPitch(0)
|
||||||
|
, mSlicePitch(0)
|
||||||
|
, mBitsPerPixel(0)
|
||||||
|
, mWidthInBlocks(0)
|
||||||
|
, mHeightInBlocks(0)
|
||||||
|
, mDepthInBlocks(0)
|
||||||
|
, mBytesPerBlock(0)
|
||||||
|
, mExpBias(0)
|
||||||
|
, mFlags(0)
|
||||||
|
, mMultiSampleType()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
XTextureDesc::~XTextureDesc()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XTextureDesc::Clear()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XTextureDesc::ParseData(QDataStream *aStream)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user