jcamilodo / kinect-ultra

Automatically exported from code.google.com/p/kinect-ultra
Other
0 stars 0 forks source link

I think this program should not work at OpenGL 2.0. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This program includes "glGenVertexArrays()".
"glGenVertexArrays()" is supported on OpenGL 3.0 or higher.
http://en.wikipedia.org/wiki/OpenGL#OpenGL_3.0

と思いますよ。

Original issue reported on code.google.com by nuwanda6...@gmail.com on 27 Feb 2011 at 2:15

GoogleCodeExporter commented 9 years ago
@ja 
非常に有用な指摘、ありがとうございます!ただ、これは��
�3.0でGL_ARB_vertex_array_object拡張が標準APIになった」→「3.0以��
�なら確実だが、3.0未満でもGL_ARB_vertex_array_object拡張をサポ��
�トしていれば動く」と読むものだと思います(正しいでしょ
うか)。手元では2.xで動いた実績もありますので。いずれに�
��よ、READMEの修正と、起動時に本機能の存在をチェックする
ような修正が考えられます。大変助かりました。

@en This is a great point. However, I believe this means 
"GL_ARB_vertex_array_object extension is a part of the standard API since 3.0" 
hence "this works at 3.0 or higher, or any version that supports 
GL_ARB_vertex_array_object extension". (Is that true?) As a matter of fact, I 
got it worked on my 2.x environment. Anyways, I could fix the README and make 
sure this feature existed at start up. Thank you very much.

Original comment by tom...@gmail.com on 27 Feb 2011 at 7:50

GoogleCodeExporter commented 9 years ago
I mark this Issue as duplicate and merge it into Issue #1.

I added an error check. Thanks for great help!

Original comment by tom...@gmail.com on 5 Mar 2011 at 9:10