Documentation
¶
Overview ¶
Window icon test program This program is used to test the icon feature.
This is the tests for the purego-glfw implementations. Type go run ./tests from the main directory. To avoid using gcc the "github.com/neclepsio/gl/all-core/gl" is used instead of the "github.com/go-gl/gl/all-core/gl" repository.
Monitor information tool This test prints monitor and video mode information or verifies video modes
Multisample antialiasing test This test renders two high contrast, slowly rotating quads, one aliased and one (hopefully) anti-aliased, thus allowing for visual verification of whether MSAA is indeed enabled
Window re-opener (open/close stress test)
Event wait timeout test This test is intended to verify that waiting for events with timeout works