 |
DXSceneSupersamplingCount Property |
Gets 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.
Namespace:
Ab3d.DirectX
Assembly:
Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 5.2.8348.1045
Syntaxpublic int SupersamplingCount { get; }
Property Value
Type:
Int32
See Also