Function TRAP::Graphics::RenderCommand::SetAntiAliasing#
Function Documentation#
-
void TRAP::Graphics::RenderCommand::SetAntiAliasing(AntiAliasing antiAliasing, SampleCount sampleCount)#
Set the anti aliasing method and the sample count. Use AntiAliasing::Off to disable anti aliasing.
Note
This applies to the next frame onwards.
- Parameters:
antiAliasing – Anti aliasing method to use.
sampleCount – Sample count to use.