|
wren
Vulkan-based game engine
|
#include <pipeline.hpp>
Private Types | |
| using | pipeline_t = std::shared_ptr<Pipeline> |
Private Member Functions | |
| Pipeline (std::string name, const std::shared_ptr< vk::Shader > &shader) | |
Private Attributes | |
| std::string | name_ |
| std::shared_ptr< vk::Shader > | shader_ |
|
private |
|
inlineprivate |
|
private |
|
private |