![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Templates/RefCounting.h"Go to the source code of this file.
Namespaces | |
| namespace | ERHIFeatureLevel |
Macros | |
| #define | RHI_WANT_RESOURCE_INFO 0 |
| #define | RHI_FORCE_DISABLE_RESOURCE_INFO 0 |
| #define | RHI_ENABLE_RESOURCE_INFO (RHI_WANT_RESOURCE_INFO && !RHI_FORCE_DISABLE_RESOURCE_INFO) |
| #define RHI_ENABLE_RESOURCE_INFO (RHI_WANT_RESOURCE_INFO && !RHI_FORCE_DISABLE_RESOURCE_INFO) |
| #define RHI_FORCE_DISABLE_RESOURCE_INFO 0 |
| #define RHI_WANT_RESOURCE_INFO 0 |
| using FBlendStateRHIRef = TRefCountPtr<FRHIBlendState> |
| using FBufferRHIRef = TRefCountPtr<FRHIBuffer> |
| using FGPUFenceRHIRef = TRefCountPtr<FRHIGPUFence> |
| using FMeshShaderRHIRef = TRefCountPtr<FRHIMeshShader> |
| using FTextureRHIRef = TRefCountPtr<FRHITexture> |
| using FUniformBufferLayoutRHIRef = TRefCountPtr<const FRHIUniformBufferLayout> |
| using FViewportRHIRef = TRefCountPtr<FRHIViewport> |