VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
RenderTarget.h
Go to the documentation of this file.
1
8#pragma once
12
13namespace venom
14{
15namespace vulkan
16{
17class VulkanRenderTarget : public vc::RenderTargetImpl
18{
19public:
20 VulkanRenderTarget();
21
22public:
23 vc::Error __PrepareRenderTarget() override;
24
25 //Framebuffer __framebuffers[VENOM_MAX_FRAMES_IN_FLIGHT];
26};
27}
28}
Definition RenderTarget.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