RendererNames Class
Definition
Section titled “Definition”Renderer names used by hosts and types.
public static class RendererNamesInheritance object
Fields
Section titled “Fields”Default
Section titled “Default”The default renderer for a screen surface.
public const string Default = "default"ScreenSurface
Section titled “ScreenSurface”The renderer for a ScreenSurface.
public const string ScreenSurface = "screensurface"OptimizedScreenSurface
Section titled “OptimizedScreenSurface”The renderer for a ScreenSurface that doesn’t use any steps, it directly renders the surface to a cached texture.
public const string OptimizedScreenSurface = "optimizedscreensurface"LayeredScreenSurface
Section titled “LayeredScreenSurface”The renderer for a LayeredScreenSurface.
public const string LayeredScreenSurface = "layeredscreensurface"Window
Section titled “Window”The renderer for a Window.
public const string Window = "window"An absent renderer.
public const string None = "none"