Navigation
Unreal Engine C++ API Reference > Runtime > Engine
Inheritance Hierarchy
- FShader
- FGlobalShader
- FSimpleElementPS
- FSimpleElementGammaBasePS
- FSimpleElementMaskedGammaBasePS
- FSimpleElementDistanceFieldGammaPS
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h |
Include | #include "SimpleElementShaders.h" |
Syntax
class FSimpleElementDistanceFieldGammaPS : public FSimpleElementMaskedGammaBasePS
Remarks
A pixel shader for rendering a masked texture using signed distance filed for alpha on a simple element.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FSimpleElementDistanceFieldGammaPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Constructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FShader * | ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
|
![]() ![]() |
FShader * | ||
![]() ![]() |
ShaderMetaType & | ||
![]() ![]() |
const FTypeLayoutDesc & | ||
![]() ![]() |
void | ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
|
![]() |
void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
Sets all the constant parameters for this shader |
![]() ![]() |
bool | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
|
![]() ![]() |
FTypeLayoutDesc & |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
InternalLinkType |
Typedefs
Name | Description |
---|---|
DerivedType | |
InternalBaseType | |
ShaderMapType | |
ShaderMetaType |
Constants
Name | Description |
---|---|
CounterBase | |
InterfaceType | |
ShaderTypeRegistration |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetParameters
(
FRHICommandList& RHICmdList, |
SetParameters with FRHIBatchedShaderParameters should be used. |