|
| bool | ShouldCompileWithWaveSize (const FShaderPermutationParameters &Parameters, int32 WaveSize) |
| |
| bool | ShouldPrecacheWithWaveSize (const FShaderPermutationParameters &Parameters, int32 WaveSize) |
| |
| template<typename TDimension > |
| void | FormatPermutationParameter (const typename TDimension::Type &E, FString &OutString, bool bFullNames, const TCHAR *Prefix) |
| |
| void | FormatPermutationDomain (const TShaderPermutationDomain<> &InShaderPermutationDomain, FString &OutString, bool bFullNames, const TCHAR *Prefix) |
| |
| template<typename TDimension , typename... Ts> |
| void | FormatPermutationDomain (const TShaderPermutationDomain< TDimension, Ts... > &InShaderPermutationDomain, FString &OutString, bool bFullNames, const TCHAR *Prefix) |
| |
| template<typename DimensionType > |
| bool | DoesDimensionContainValue (const typename DimensionType::Type &Value) |
| |