Go to the source code of this file.
|
| | IMPLEMENT_GLOBAL_SHADER (FMarkHeightfieldPagesCS, "/Engine/Private/DistanceField/GlobalDistanceFieldHeightfields.usf", "MarkHeightfieldPagesCS", SF_Compute) |
| |
| | IMPLEMENT_GLOBAL_SHADER (FBuildHeightfieldComposeTilesIndirectArgBufferCS, "/Engine/Private/DistanceField/GlobalDistanceFieldHeightfields.usf", "BuildHeightfieldComposeTilesIndirectArgBufferCS", SF_Compute) |
| |
| | IMPLEMENT_GLOBAL_SHADER (FBuildHeightfieldComposeTilesCS, "/Engine/Private/DistanceField/GlobalDistanceFieldHeightfields.usf", "BuildHeightfieldComposeTilesCS", SF_Compute) |
| |
| | IMPLEMENT_GLOBAL_SHADER (FComposeHeightfieldsIntoPagesCS, "/Engine/Private/DistanceField/GlobalDistanceFieldHeightfields.usf", "ComposeHeightfieldsIntoPagesCS", SF_Compute) |
| |
| | IMPLEMENT_GLOBAL_SHADER (FCompositeHeightfieldsIntoObjectGridPagesCS, "/Engine/Private/DistanceField/GlobalDistanceFieldHeightfields.usf", "CompositeHeightfieldsIntoObjectGridPagesCS", SF_Compute) |
| |
| FRDGBufferRef | UploadHeightfieldDescriptions (FRDGBuilder &GraphBuilder, const TArray< FHeightfieldComponentDescription > &HeightfieldDescriptions) |
| |
◆ IMPLEMENT_GLOBAL_SHADER() [1/5]
◆ IMPLEMENT_GLOBAL_SHADER() [2/5]
◆ IMPLEMENT_GLOBAL_SHADER() [3/5]
◆ IMPLEMENT_GLOBAL_SHADER() [4/5]
◆ IMPLEMENT_GLOBAL_SHADER() [5/5]
◆ UploadHeightfieldDescriptions()