Class RenderTargetKeys
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
DepthStencilSource
The depth stencil buffer key used as an input shader resource.
public static readonly ObjectParameterKey<Texture> DepthStencilSource
Field Value
RenderTarget
The render target key.
public static readonly ObjectParameterKey<Texture> RenderTarget
Field Value
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
StreamTarget
The render target key.
public static readonly ObjectParameterKey<Buffer> StreamTarget