RenderParameters
RenderParameters class
Describe los parámetros del render target
public class RenderParameters
Constructores
Propiedades
Nombre | Descripción |
---|
ColorBits { get; set; } | Obtiene o establece cuántos bits utilizará el búfer de color. |
DepthBits { get; set; } | Obtiene o establece cuántos bits utilizará el búfer de profundidad. |
DoubleBuffering { get; set; } | Obtiene o establece si se utiliza doble búfer. |
StencilBits { get; set; } | Obtiene o establece cuántos bits se utilizarán en el búfer de plantilla. |
Ver también