Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 74e5417

Browse files
devel-chmwchristian
authored andcommitted
Add info NOTE to menutest.pl
1 parent 88fcfd8 commit 74e5417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

menutest.pl

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
use OpenGL::GLUT qw(:all);
22
use OpenGL::Modern qw(:all);
33

4+
# NOTE: This example only demonstrates the GLUT menu functionality
5+
# A complete example would include the needed callbacks for rendering.
6+
47
glutInit();
58

69
glutInitWindowPosition(10, 10);

0 commit comments

Comments
 (0)