Skip to content

Commit

Permalink
Update window.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dusk125 committed Aug 31, 2021
1 parent 160e665 commit f079cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixelgl/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f079cc2

Please sign in to comment.