Enum RenderTargetTextureTypes
Enum, that defines all available render texture types.
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum RenderTargetTextureTypes
Fields
Name | Description |
---|---|
Albedo | Albedo texture (specular reflection in alpha channel). |
Depth | Depth texture. |
Emission | Contains the emissive color. |
Normal | Normal texture. |
Position | Position texture. |
Specular | Specular texture. |
Ssao | SSAO texture (stores occlusion). |
Subsurface | Contains the subsurface color and strength. |