Merge pull request #182 from SHADE-DP/SP3-1-DebugLabels

Fixed compile error in Release caused by Debug Labels implementation
This commit is contained in:
XiaoQiDigipen 2022-11-08 15:18:05 +08:00 committed by GitHub
commit 639cf4448d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 */