Fixed compile error in Release
This commit is contained in:
parent
ed3131143d
commit
1f4a530dcc
|
@ -81,9 +81,8 @@ namespace SHADE
|
||||||
//! The push constant data for the command buffer
|
//! The push constant data for the command buffer
|
||||||
uint8_t pushConstantData[PUSH_CONSTANT_SIZE];
|
uint8_t pushConstantData[PUSH_CONSTANT_SIZE];
|
||||||
|
|
||||||
#ifdef _DEBUG
|
//! Depth of segmenting of the command buffer (used for debug data)
|
||||||
int segmentDepth;
|
int segmentDepth;
|
||||||
#endif
|
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------*/
|
||||||
/* PRIVATE MEMBER FUNCTIONS */
|
/* PRIVATE MEMBER FUNCTIONS */
|
||||||
|
|
Loading…
Reference in New Issue