add comment about power of two setting for msaa samples
This commit is contained in:
parent
f6e2f3a8d8
commit
1d936eae7b
|
@ -78,7 +78,7 @@ type WindowConfig struct {
|
|||
// You can make the window visible later using Window.Show().
|
||||
Invisible bool
|
||||
|
||||
//SamplesMSAA specifies the level of MSAA to be used. 0 to disable.
|
||||
//SamplesMSAA specifies the level of MSAA to be used. Must be a power of 2. 0 to disable.
|
||||
SamplesMSAA int
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue