Enumeration MSAASampling

This enum represents the sampling level to apply to a MSAARenderPass instance. At level 0, only one sample is performed, which is like disabling the MSAA pass.

Enumeration Members

Level_0: 0
Level_1: 1
Level_2: 2
Level_3: 3
Level_4: 4
Level_5: 5

Generated using TypeDoc