#ifndef __VK_RENDER_PASS_HPP #define __VK_RENDER_PASS_HPP #include "./object.hpp" namespace vk { struct render_pass : public owned { }; } #endif