Class RenderTargetKeys
Keys used for render target settings.
public static class RenderTargetKeys
- Inheritance
-
objectRenderTargetKeys
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
StreamTarget
The render target key.
public static readonly ObjectParameterKey<Buffer> StreamTarget
Field Value
- ObjectParameterKey<Buffer>