mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-11 21:08:26 -04:00
fix non-release build
This commit is contained in:
parent
88e0bc07f7
commit
2b7f7c32ef
@ -2946,7 +2946,11 @@ bool VulkanHppGenerator::appendFunctionHeaderArgumentStandard( std::string &
|
|||||||
|
|
||||||
void VulkanHppGenerator::appendFunctionHeaderReturnType( std::string & str,
|
void VulkanHppGenerator::appendFunctionHeaderReturnType( std::string & str,
|
||||||
CommandData const & commandData,
|
CommandData const & commandData,
|
||||||
size_t /*returnParamIndex*/,
|
size_t
|
||||||
|
#if !defined( NDEBUG )
|
||||||
|
returnParamIndex
|
||||||
|
#endif
|
||||||
|
,
|
||||||
std::string const & enhancedReturnType,
|
std::string const & enhancedReturnType,
|
||||||
bool enhanced,
|
bool enhanced,
|
||||||
bool twoStep,
|
bool twoStep,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user