Navigation
API > API/Runtime > API/Runtime/RHI
Description
Return true if and only if the GPU support rendering to volume textures (2D Array, 3D) is guaranteed supported for a target platform. if PipelineVolumeTextureLUTSupportGuaranteedAtRuntime is true then it is guaranteed that GSupportsVolumeTextureRendering is true at runtime.
| Name | RHIVolumeTextureRenderingSupportGuaranteed |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DataDrivenShaderPlatformInfo.h |
| Include Path | #include "DataDrivenShaderPlatformInfo.h" |
bool RHIVolumeTextureRenderingSupportGuaranteed
(
const FStaticShaderPlatform Platform
)