Table of Contents

Class RenderTargetKeys

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

Keys used for render target settings.

public static class RenderTargetKeys
Inheritance
RenderTargetKeys

Fields

DepthStencil

The depth stencil buffer key.

public static readonly ObjectParameterKey<Texture> DepthStencil

Field Value

ObjectParameterKey<Texture>

DepthStencilSource

The depth stencil buffer key used as an input shader resource.

public static readonly ObjectParameterKey<Texture> DepthStencilSource

Field Value

ObjectParameterKey<Texture>

RenderTarget

The render target key.

public static readonly ObjectParameterKey<Texture> RenderTarget

Field Value

ObjectParameterKey<Texture>

RequireDepthStencilShaderResource

Used by RenderTargetPlugin to notify that the plugin requires support for depth stencil as shader resource

public static readonly PropertyKey<bool> RequireDepthStencilShaderResource

Field Value

PropertyKey<bool>

StreamTarget

The render target key.

public static readonly ObjectParameterKey<Buffer> StreamTarget

Field Value

ObjectParameterKey<Buffer>