VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
RenderingPipeline.h
Go to the documentation of this file.
1
8#pragma once
10
11namespace venom
12{
13namespace vulkan
14{
15class VulkanRenderingPipeline : public vc::RenderingPipelineImpl
16{
17public:
18 VulkanRenderingPipeline();
19 ~VulkanRenderingPipeline() override = default;
20};
21}
22}
Definition RenderingPipeline.h:20
Encapsulation of Vulkan for the front end of VenomEngine.
Definition Allocator.h:18
Contains the entirety of the code of the VenomEngine project.
Definition Callback.h:13