c++ - iPhone - OpenGL 使用 C++ 教程/片段

标签 c++ iphone c opengl-es

<分区>

是否有关于如何在 iPhone 上通过 C/C++ 使用 OpenGL 的任何好的教程或代码片段?

最佳答案

http://developer.apple.com/iphone/library/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/WorkingwithEAGLContexts/WorkingwithEAGLContexts.html

我很确定您需要一些 Objective-C 来创建上下文并执行其他初始化操作。其余部分也可用于 C++。

关于c++ - iPhone - OpenGL 使用 C++ 教程/片段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2451548/

相关文章:

c++ - Gstreamer - 将命令行 gst-launch 转换为 C 代码

c++ - OpenGL 2d 纹理不工作

c++ - 如何更新 CMFCPropertyGridCtrl 的属性?

iphone - 学习存档

iphone - 动态加载分组 TableView

c - C中的指针(打印地址为什么不打印ASCII值)?

c - gdb "watch"无法通过 glibc(read) 函数修改变量?

c# - C++ dll 和 C# 调用

c++ - 没有返回对局部变量的引用的编译器警告

iphone - UITable View 到详细 View 使用 AFNetworking 解析 JSON