Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FShader
- FGlobalShader
- FSimpleElementPS
- FSimpleElementGammaBasePS
- FSimpleElementGammaAlphaOnlyPS
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h |
| Include | #include "SimpleElementShaders.h" |
Syntax
class FSimpleElementGammaAlphaOnlyPS : public FSimpleElementGammaBasePS
Remarks
Simple pixel shader that just reads from an alpha-only texture and gamma corrects the output
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSimpleElementGammaAlphaOnlyPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |