Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Enumerations
msaa_sample_count.h File Reference

Go to the source code of this file.

Enumerations

enum class  MsaaSampleCount {
  kNone = 1 , kTwo = 2 , kFour = 4 , kEight = 8 ,
  kSixteen = 16
}
 

Enumeration Type Documentation

◆ MsaaSampleCount

enum class MsaaSampleCount
strong
Enumerator
kNone 
kTwo 
kFour 
kEight 
kSixteen 

Definition at line 9 of file msaa_sample_count.h.

9 {
10 kNone = 1,
11 kTwo = 2,
12 kFour = 4,
13 kEight = 8,
14 kSixteen = 16,
15};