3 using SiliconStudio.Core.Serialization.Contents;
5 namespace SiliconStudio.
Paradox.Graphics
10 [ContentSerializer(typeof(DepthStencilStateSerializer))]
21 Description = description;
Contains depth-stencil state for the device.
readonly DepthStencilStateDescription Description
Gets the depth stencil state description.
Performs primitive-based rendering, creates resources, handles system-level variables, adjusts gamma ramp levels, and creates shaders. See The+GraphicsDevice+class to learn more about the class.
Describes a depth stencil state.
DepthStencilState(DepthStencilStateDescription description)
static DepthStencilState New(GraphicsDevice graphicsDevice, DepthStencilStateDescription description)
Initializes a new instance of the IDepthStencilState class.