This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| program TestGLMac; | |
| uses GL; | |
| begin | |
| WriteLn('Pascal program starting...'); | |
| WriteLn('This program will call a function from the GL unit.'); | |
| WriteLn('Calling glClearColor(1.0, 0.0, 1.0, 1.0)...'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Example |