Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ShaderCore.h |
| Include | #include "ShaderCore.h" |
Syntax
class FShaderCompilerDefinitions
Remarks
Container for shader compiler definitions.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< FString, FString > & | |||
| void | Merge
(
const FShaderCompilerDefinitions& Other |
||
| void | SetDefine
(
const TCHAR* Name, |
Works for TCHAR e.g. SetDefine(TEXT("NUM_SAMPLES"), TEXT("1")); | |
| void | |||
| void | SetDefine
(
const TCHAR* Name, |
||
| void | SetDefine
(
const TCHAR* Name, |
||
| void | SetDefine
(
const TCHAR* Name, |
||
| void | SetFloatDefine
(
const TCHAR* Name, |
Works for float |