Searched refs:IncompatibleShaderBinaryEXTError (Results 1 – 1 of 1) sorted by relevance
5933 class IncompatibleShaderBinaryEXTError : public SystemError class5936 IncompatibleShaderBinaryEXTError( std::string const & message ) in IncompatibleShaderBinaryEXTError() function in VULKAN_HPP_NAMESPACE::IncompatibleShaderBinaryEXTError5938 IncompatibleShaderBinaryEXTError( char const * message ) in IncompatibleShaderBinaryEXTError() function in VULKAN_HPP_NAMESPACE::IncompatibleShaderBinaryEXTError5987 … case Result::eErrorIncompatibleShaderBinaryEXT: throw IncompatibleShaderBinaryEXTError( message ); in throwResultException()