36#define DDPI_NUM_STATIC_SHADER_PLATFORMS 16
60#if USE_STATIC_SHADER_PLATFORM_ENUMS
61#include COMPILED_PLATFORM_HEADER_GENERATED(RHIShaderPlatform.h)
62#include COMPILED_PLATFORM_HEADER(StaticShaderPlatform.inl)
74 return Other == Platform;
78 return Other != Platform;
90 checkf(!
IsRunningCookCommandlet(),
TEXT(
"Calling GetMaxShaderPlatformChecked while inside a cook commandlet is not correct, as it will return the cookers GMaxRHIShaderPlatform and not the ShaderPlatform you are cooking for"));
#define checkf(expr, format,...)
Definition AssertionMacros.h:315
FORCEINLINE bool IsRunningCookCommandlet()
Definition CoreGlobals.h:259
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127