Improve handling of local Variables in enhanced simple functions.

This commit is contained in:
asuessenbach
2020-08-17 10:21:39 +02:00
parent 1eaee05676
commit 03eb851f81
2 changed files with 10 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ private:
bool twoStep,
bool firstCall,
bool singular ) const;
void appendArgumentVulkanType( std::string & str, ParamData const & paramData ) const;
void appendArgumentVulkanType( std::string & str, ParamData const & paramData, bool isLocalVariable ) const;
void appendBitmask( std::string & os,
std::string const & bitmaskName,
std::string const & bitmaskType,