Searched refs:VULKAN_HPP_ASSERT_ON_RESULT (Results 1 – 5 of 5) sorted by relevance
60 #if !defined( VULKAN_HPP_ASSERT_ON_RESULT )61 # define VULKAN_HPP_ASSERT_ON_RESULT VULKAN_HPP_ASSERT macro
3688 VULKAN_HPP_ASSERT_ON_RESULT( result == Result::eSuccess ); in resultCheck()3703 …VULKAN_HPP_ASSERT_ON_RESULT( std::find( successCodes.begin(), successCodes.end(), result ) != succ… in resultCheck()
6139 VULKAN_HPP_ASSERT_ON_RESULT( result == Result::eSuccess ); in resultCheck()6154 …VULKAN_HPP_ASSERT_ON_RESULT( std::find( successCodes.begin(), successCodes.end(), result ) != succ… in resultCheck()
29 #define VULKAN_HPP_ASSERT_ON_RESULT macro