Differences

This shows you the differences between two versions of the page.

Link to this comparison view

1.2.0:postfx [2024/01/23 09:02] – created - external edit 127.0.0.11.2.0:postfx [2024/01/23 09:06] (current) – [Shaders] admin
Line 132: Line 132:
 |_RenderedTexture|sampler2D|The main render pass result texture.| |_RenderedTexture|sampler2D|The main render pass result texture.|
 |_MaskTexture|sampler2D|Optional texture for post effects. You can use this texture for additional shader computation.| |_MaskTexture|sampler2D|Optional texture for post effects. You can use this texture for additional shader computation.|
 +|_AlphaTexture|sampler2D|Alpha values computed during the main render pass execution.|
 +|_PositionTexture|sampler2D|Model matrix transformed vertex position values computed during the main render pass execution.|
 +|_NormalsTexture|sampler2D|Final normal vector values computed during the main render pass execution.|
 +|_EmissiveTexture|sampler2D|Emissive color values computed during the main render pass execution.|
 |_TimeInfo.x|float|Starting timestamp of the post effect shader| |_TimeInfo.x|float|Starting timestamp of the post effect shader|
 |_TimeInfo.y|float|Current timestamp of the post effect shader| |_TimeInfo.y|float|Current timestamp of the post effect shader|