KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma
src
Platform
Vulkan
VulkanRHI
VulkanRHI.h
Go to the documentation of this file.
1
10
11
#pragma once
12
13
#include "
DynamicRHI.h
"
14
15
namespace
Karma
16
{
17
struct
IVulkanDynamicRHI
:
public
FDynamicRHI
18
{
19
virtual
ERHIInterfaceType
GetInterfaceType()
const override
{
return
ERHIInterfaceType::Vulkan
; }
20
};
21
22
}
DynamicRHI.h
Karma::ERHIInterfaceType
ERHIInterfaceType
Enumeration of supported RHI interface types.
Definition
KarmaRHI.h:18
Karma::ERHIInterfaceType::Vulkan
@ Vulkan
Vulkan RHI interface type.
Definition
KarmaRHI.h:30
Karma::FDynamicRHI
Abstract base class for Dynamic Rendering Hardware Interface (RHI).
Definition
DynamicRHI.h:24
Karma::IVulkanDynamicRHI
Definition
VulkanRHI.h:18
Generated by
1.15.0