UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DBufferTextures.h File Reference

Go to the source code of this file.

Classes

struct  FDBufferTexturesDesc
 
struct  FDBufferTextures
 

Enumerations

enum class  EDecalDBufferMaskTechnique { Disabled , PerPixel , WriteMask }
 

Functions

EDecalDBufferMaskTechnique GetDBufferMaskTechnique (EShaderPlatform ShaderPlatform)
 
FDBufferTexturesDesc GetDBufferTexturesDesc (FIntPoint Extent, EShaderPlatform ShaderPlatform)
 
FDBufferTextures CreateDBufferTextures (FRDGBuilder &GraphBuilder, FIntPoint Extent, EShaderPlatform ShaderPlatform, const bool bIsMobileMultiView=false)
 
FDBufferParameters GetDBufferParameters (FRDGBuilder &GraphBuilder, const FDBufferTextures &DBufferTextures, EShaderPlatform ShaderPlatform, const bool bIsMobileMultiView=false)
 

Enumeration Type Documentation

◆ EDecalDBufferMaskTechnique

Enumerator
Disabled 
PerPixel 
WriteMask 

Function Documentation

◆ CreateDBufferTextures()

FDBufferTextures CreateDBufferTextures ( FRDGBuilder GraphBuilder,
FIntPoint  Extent,
EShaderPlatform  ShaderPlatform,
const bool  bIsMobileMultiView = false 
)

◆ GetDBufferMaskTechnique()

EDecalDBufferMaskTechnique GetDBufferMaskTechnique ( EShaderPlatform  ShaderPlatform)

◆ GetDBufferParameters()

FDBufferParameters GetDBufferParameters ( FRDGBuilder GraphBuilder,
const FDBufferTextures DBufferTextures,
EShaderPlatform  ShaderPlatform,
const bool  bIsMobileMultiView = false 
)

◆ GetDBufferTexturesDesc()

FDBufferTexturesDesc GetDBufferTexturesDesc ( FIntPoint  Extent,
EShaderPlatform  ShaderPlatform 
)