Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ShaderCompiler.h |
| Include | #include "ShaderCompiler.h" |
Syntax
class FGlobalShaderTypeCompiler
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginCompileShader
(
const FGlobalShaderType* ShaderType, |
Enqueues compilation of a shader of this type. | |
| void | BeginCompileShaderPipeline
(
EShaderPlatform Platform, |
Enqueues compilation of a shader pipeline of this type. | |
| FShader * | FinishCompileShader
(
const FGlobalShaderType* ShaderType, |
Either returns an equivalent existing shader of this type, or constructs a new instance. |