mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Merge pull request #823 from asuessenbach/assert
Removed an outdated assertion.
This commit is contained in:
commit
dc94e1589d
@ -3829,8 +3829,7 @@ std::string VulkanHppGenerator::constructCommandResultGetChain( std::string cons
|
|||||||
bool definition,
|
bool definition,
|
||||||
size_t nonConstPointerIndex ) const
|
size_t nonConstPointerIndex ) const
|
||||||
{
|
{
|
||||||
assert( !commandData.handle.empty() && ( commandData.returnType == "VkResult" ) &&
|
assert( !commandData.handle.empty() && ( commandData.returnType == "VkResult" ) && !commandData.errorCodes.empty() );
|
||||||
( commandData.successCodes.size() == 1 ) && !commandData.errorCodes.empty() );
|
|
||||||
|
|
||||||
std::set<size_t> skippedParams =
|
std::set<size_t> skippedParams =
|
||||||
determineSkippedParams( commandData.handle, commandData.params, {}, { nonConstPointerIndex }, false );
|
determineSkippedParams( commandData.handle, commandData.params, {}, { nonConstPointerIndex }, false );
|
||||||
|
Loading…
Reference in New Issue
Block a user