Searched refs:eErrorIncompatibleShaderBinaryEXT (Results 1 – 3 of 3) sorted by relevance
5937 : SystemError( make_error_code( Result::eErrorIncompatibleShaderBinaryEXT ), message ) {} in IncompatibleShaderBinaryEXTError()5939 : SystemError( make_error_code( Result::eErrorIncompatibleShaderBinaryEXT ), message ) {} in IncompatibleShaderBinaryEXTError()5987 … case Result::eErrorIncompatibleShaderBinaryEXT: throw IncompatibleShaderBinaryEXTError( message ); in throwResultException()
298 eErrorIncompatibleShaderBinaryEXT = VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT enumerator
2729 case Result::eErrorIncompatibleShaderBinaryEXT : return "ErrorIncompatibleShaderBinaryEXT"; in to_string()