Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| |
|
| Module |
RenderCore |
| Header |
/Engine/Source/Runtime/RenderCore/Public/ShaderCompilerCore.h |
| Include |
#include "ShaderCompilerCore.h" |
Syntax
enum EShaderDebugInfoFlags
{
Default = 0,
DirectCompileCommandLine = 1 << 0,
InputHash = 1 << 1,
Diagnostics = 1 << 2,
ShaderCodeBinary = 1 << 3,
DetailedSource = 1 << 4,
CompileFromDebugUSF = 1 << 5,
}
Values
| Name |
Description |
| Default |
|
| DirectCompileCommandLine |
|
| InputHash |
|
| Diagnostics |
|
| ShaderCodeBinary |
|
| DetailedSource |
|
| CompileFromDebugUSF |
|