VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
RenderTarget.h
Go to the documentation of this file.
1
8
#pragma once
9
#include <
venom/common/plugin/graphics/RenderTarget.h
>
10
#include <
venom/vulkan/Framebuffer.h
>
11
#include <
venom/vulkan/plugin/graphics/Texture.h
>
12
13
namespace
venom
14
{
15
namespace
vulkan
16
{
17
class
VulkanRenderTarget :
public
vc::RenderTargetImpl
18
{
19
public
:
20
VulkanRenderTarget();
21
22
public
:
23
vc::Error __PrepareRenderTarget()
override
;
24
25
//Framebuffer __framebuffers[VENOM_MAX_FRAMES_IN_FLIGHT];
26
};
27
}
28
}
Framebuffer.h
venom::common::RenderTargetImpl
Definition
RenderTarget.h:20
RenderTarget.h
venom::vulkan
Encapsulation of Vulkan for the front end of VenomEngine.
Definition
Allocator.h:18
venom
Contains the entirety of the code of the VenomEngine project.
Definition
Callback.h:13
Texture.h
lib
vulkan
include
venom
vulkan
plugin
graphics
RenderTarget.h
Generated by
1.13.2