Modes available for submitting when making a render request.
None | Default value for a request. |
ObjectId | The render request outputs an object InstanceID buffer. |
Depth | The render request outputs a depth value. |
VertexNormal | The render request outputs the interpolated vertex normal. |
WorldPosition | The render request outputs a world position buffer. |
EntityId | The render request outputs an entity id. |
BaseColor | The render request outputs the materials albedo / base color. |
SpecularColor | The render request returns the materials specular color buffer. |
Metallic | The render outputs the materials metal value. |
Emission | The render request outputs the materials emission value. |
Normal | The render request outputs the per pixel normal. |
Smoothness | The render request returns the materials smoothness buffer. |
Occlusion | The render request returns the material ambient occlusion buffer. |
DiffuseColor | The render request outputs the materials diffuse color. |