![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| class | FCopyDepthPS |
| class | FViewDepthCopyCS |
Functions | |
| IMPLEMENT_GLOBAL_SHADER (FViewDepthCopyCS, "/Engine/Private/CopyDepthTextureCS.usf", "CopyDepthCS", SF_Compute) | |
| void | AddViewDepthCopyCSPass (FRDGBuilder &GraphBuilder, FViewInfo &View, FRDGTextureRef SourceSceneDepthTexture, FRDGTextureRef DestinationDepthTexture) |
| IMPLEMENT_GLOBAL_SHADER (FCopyDepthPS, "/Engine/Private/CopyDepthTexture.usf", "CopyDepthPS", SF_Pixel) | |
| void | AddViewDepthCopyPSPass (FRDGBuilder &GraphBuilder, FViewInfo &View, FRDGTextureRef SourceSceneDepthTexture, FRDGTextureRef DestinationDepthTexture) |
| void DepthCopy::AddViewDepthCopyCSPass | ( | FRDGBuilder & | GraphBuilder, |
| FViewInfo & | View, | ||
| FRDGTextureRef | SourceSceneDepthTexture, | ||
| FRDGTextureRef | DestinationDepthTexture | ||
| ) |
| void DepthCopy::AddViewDepthCopyPSPass | ( | FRDGBuilder & | GraphBuilder, |
| FViewInfo & | View, | ||
| FRDGTextureRef | SourceSceneDepthTexture, | ||
| FRDGTextureRef | DestinationDepthTexture | ||
| ) |
| DepthCopy::IMPLEMENT_GLOBAL_SHADER | ( | FCopyDepthPS | , |
| "/Engine/Private/CopyDepthTexture.usf" | , | ||
| "CopyDepthPS" | , | ||
| SF_Pixel | |||
| ) |
| DepthCopy::IMPLEMENT_GLOBAL_SHADER | ( | FViewDepthCopyCS | , |
| "/Engine/Private/CopyDepthTextureCS.usf" | , | ||
| "CopyDepthCS" | , | ||
| SF_Compute | |||
| ) |