mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
uninitialized variables-gfx
This commit is contained in:
parent
1efb687867
commit
b9c207765e
33 changed files with 108 additions and 43 deletions
|
|
@ -125,7 +125,7 @@ protected:
|
|||
GFXFormat mFormat;
|
||||
|
||||
public:
|
||||
|
||||
GFXCubemapArray() :mNumCubemaps(0), mSize(0), mMipMapLevels(0), mFormat(GFXFormat_FIRST) {}
|
||||
virtual ~GFXCubemapArray() {};
|
||||
/// Initialize from an array of cubemaps
|
||||
virtual void init(GFXCubemapHandle *cubemaps, const U32 cubemapCount) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue