Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FShader
- FGlobalShader
- FSimpleElementColorChannelMaskPS
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h |
| Include | #include "SimpleElementShaders.h" |
Syntax
class FSimpleElementColorChannelMaskPS : public FGlobalShader
Remarks
A pixel shader for rendering a texture with the ability to weight the colors for each channel. The shader also features the ability to view alpha channels and desaturate any red, green or blue channels
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSimpleElementColorChannelMaskPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
Sets all the constant parameters for this shader | |
| bool | ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |