Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
DirectX12RenderPass.hpp
1
#pragma once
2
3
#include "../GraphicsCommon/RenderPass.hpp"
4
#include <d3d12.h>
5
6
namespace
Grindstone
{
7
namespace
GraphicsAPI
{
8
class
DirectX12RenderPass :
public
RenderPass
{
9
public
:
10
DirectX12RenderPass(RenderPassCreateInfo rp);
11
virtual
~DirectX12RenderPass() {};
12
public
:
13
//VkRenderPass getRenderPassHandle();
14
uint32_t getWidth();
15
uint32_t getHeight();
16
private
:
17
//VkRenderPass render_pass_;
18
uint32_t width_;
19
uint32_t height_;
20
};
21
}
22
}
Grindstone::GraphicsAPI::RenderPass
Definition
RenderPass.hpp:10
Grindstone::GraphicsAPI
Definition
Buffer.hpp:9
Grindstone
Definition
ArchiveContentFile.hpp:8
plugins
Grindstone.RHI.DirectX12
include
DirectX12RenderPass.hpp
Generated by
1.17.0