diff --git a/pixelgl/window.go b/pixelgl/window.go index dc095b3..060a5cc 100644 --- a/pixelgl/window.go +++ b/pixelgl/window.go @@ -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 }