#ifndef __VK_PIPELINE_HPP #define __VK_PIPELINE_HPP #include "./object.hpp" #include "./fwd.hpp" namespace vk { struct pipeline : public owned { }; } #endif