OpenGL: Difference between revisions

m
→‎{{header|Go}}: Added link to Talk page.
(→‎{{header|Go}}: Added note in preamble about running this program on Windows 10 and also commented the appropriate line in the program itself.)
m (→‎{{header|Go}}: Added link to Talk page.)
Line 1,004:
{{works with|Ubuntu 16.04}}
<br>
This program was also tested on Windows 10 but ''may'' only work if you comment out the marked line. This is because gl.Init() may produce an initialization error which is non-critical as far as this program is concerned. The reason for this error is unknown (see [[https://rosettacode.org/wiki/Talk:OpenGLtitle Talk page]]).
<lang go>package main
 
9,486

edits