Navigation
Unreal Engine C++ API Reference > Runtime > VulkanRHI > FVulkanDynamicRHI
- FDynamicRHI::Shutdown()
- FVulkanDynamicRHI::Shutdown()
References
Module | VulkanRHI |
Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
Include | #include "VulkanDynamicRHI.h" |
Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp |
virtual void Shutdown&40;&41;
Remarks
Shutdown the RHI; handle shutdown and resource destruction before the RHI's actual destructor is called (so that all resources of the RHI are still available for shutdown).