add comment about power of two setting for msaa samples

This commit is contained in:
Anten Skrabec 2021-08-17 23:23:32 -06:00
parent f6e2f3a8d8
commit 1d936eae7b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}