OpenGL: Difference between revisions

Content added Content deleted
(→‎{{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: Line 1,004:
{{works with|Ubuntu 16.04}}
{{works with|Ubuntu 16.04}}
<br>
<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 Talk page).
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
<lang go>package main