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