Click or drag to resize
AB4D logo

GraphicsProfile Properties

The GraphicsProfile type exposes the following members.

Properties
 NameDescription
Public propertyDefaultAdapter Gets or sets an adapter (graphics card) that will be used to create DirectX device. When null (by default) the default adapter is used.
Public propertyDefaultAdapterDescription Gets a string that represents the desciption of the default adapter.
Public propertyDisplayName Gets or sets a nicely formated name of this GraphicsProfile.
Public propertyDriverType Gets a type of driver that will be used for rendering.
Public propertyExecutePixelShaderPerSampleObsolete.
ExecutePixelShaderPerSample is obsolete. Use SupersamplingCount instead.
Public propertyName Gets name of this GraphicsProfile.
Public propertyPreferedMultisampleCount Gets or sets an integer that specifies the multisampling count that should be used by the graphics card. If specified multisamplig count is not supported, than the highest supported multisamplig count will be used. Possible values are: 0 (disabled), 2, 4, 8, 16. Increasing multisampling count improve image quality by reducing pixel aliasing but can greatly reduce performance. NOTE: Changing this property after the DXDevice is initialized will have no effect.
Public propertyShaderQuality Gets or sets a quality settings that specifies the type of shader that should be used to render the scene. Default value is Normal.
Public propertySupersamplingCount Gets or sets the super-sampling count that describes how much more pixels are rendered for each final pixel. The rendering is done on a scaled texture that is bigger for the amount specified by SupersamplingCount. At the end of rendering this texture is down-sampled into the texture with the final size. Valid values are 1 (no super-sampling), 4, 16 and 64. Value 4 means that width and height are multiplied by 2 and this produces a texture with 4 times as much pixels.
Public propertyTextureFiltering Gets or sets the texture filtering technique that will be used to sample colors from textures.
Top
See Also