OpenGL: Difference between revisions

Content added Content deleted
m (→‎{{header|Go}}: Added link to Talk page.)
m (→‎{{header|Go}}: Corrected previous edit.)
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 [[https://rosettacode.org/wiki/Talk:OpenGLtitle 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:OpenGL Talk page]]).
<lang go>package main
<lang go>package main