Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- IModuleInterface
- IDynamicRHIModule
- FNullDynamicRHIModule
- FVulkanDynamicRHIModule
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
Syntax
class IDynamicRHIModule : public IModuleInterface
Remarks
Defines the interface of a module implementing a dynamic RHI.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDynamicRHI * | CreateRHI
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
Creates a new instance of the dynamic RHI implemented by the module. | |
| bool | IsSupported () |
Checks whether the RHI is supported by the current system. | |
| bool | IsSupported
(
ERHIFeatureLevel::Type RequestedFeatureLevel |