|
GraphicsProfile(String, GraphicsProfileDriverTypes, ShaderQuality, Int32, TextureFilteringTypes, Adapter1, Boolean) Constructor |
Note: This API is now obsolete.
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax [ObsoleteAttribute("The GraphicsProfile constructor that takes executePixelShaderPerSample parameter is obsolete and the executePixelShaderPerSample is not used. Please use the one that takes supersamplingCount.")]
public GraphicsProfile(
string name,
GraphicsProfileDriverTypes driverType,
ShaderQuality shaderQuality,
int preferedMultisampleCount,
TextureFilteringTypes textureFiltering,
Adapter1 defaultAdapter,
bool executePixelShaderPerSample
)
Parameters
- name String
- name of this GraphicsProfile
- driverType GraphicsProfileDriverTypes
- driverType
- shaderQuality ShaderQuality
- shaderQuality
- preferedMultisampleCount Int32
- required multisample count
- textureFiltering TextureFilteringTypes
- texture filtering type
- defaultAdapter Adapter1
- Adapter
- executePixelShaderPerSample Boolean
- Use supersampling instead of multisampling
See Also