mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-11 13:01:57 -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,
|
||||
CommandData const & commandData,
|
||||
size_t /*returnParamIndex*/,
|
||||
size_t
|
||||
#if !defined( NDEBUG )
|
||||
returnParamIndex
|
||||
#endif
|
||||
,
|
||||
std::string const & enhancedReturnType,
|
||||
bool enhanced,
|
||||
bool twoStep,
|
||||
|
Loading…
x
Reference in New Issue
Block a user