Skip to content

Commit

Permalink
add comment about power of two setting for msaa samples
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarks committed Aug 18, 2021
1 parent f6e2f3a commit 1d936ea
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. 0 to disable.
//SamplesMSAA specifies the level of MSAA to be used. Must be a power of 2. 0 to disable.
SamplesMSAA int
}

Expand Down

0 comments on commit 1d936ea

Please sign in to comment.