Navigation
API > API/Runtime > API/Runtime/VulkanRHI
Inheritance Hierarchy
- IModuleInterface
- IDynamicRHIModule
- FVulkanDynamicRHIModule
References
| Module | VulkanRHI |
| Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
| Include | #include "VulkanDynamicRHI.h" |
Syntax
class FVulkanDynamicRHIModule : public IDynamicRHIModule
Remarks
Implements the Vulkan module as a dynamic RHI providing module.
Overridden from IDynamicRHIModule
| Type | Name | Description | |
|---|---|---|---|
| FDynamicRHI * | CreateRHI
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
Creates a new instance of the dynamic RHI implemented by the module. | |
| bool | IsSupported () |
IDynamicRHIModule. | |
| bool | IsSupported
(
ERHIFeatureLevel::Type RequestedFeatureLevel |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule. |