Update window.go
This commit is contained in:
parent
160e665d51
commit
f079cc25fe
|
@ -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. Must be a power of 2. 0 to disable.
|
||||
//SamplesMSAA specifies the level of MSAA to be used. Must be one of 0, 2, 4, 8, 16. 0 to disable.
|
||||
SamplesMSAA int
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue