【问题标题】:Is it possible to use Vertex Array Objects on Raspberry Pi?是否可以在 Raspberry Pi 上使用顶点数组对象?
【发布时间】:2017-10-31 15:23:17
【问题描述】:

可以在树莓派上使用Vertex Array Objects 吗? 我可以将它作为扩展加载吗?

【问题讨论】:

  • eglinfo & glxinfo 怎么说?

标签: opengl-es raspberry-pi raspberry-pi3 vertex-array-object


【解决方案1】:

根据 eginfo here:

Raspberry Pi 支持具有以下扩展的 OpenGL ES 2.0:

GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_pa​​letted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker

“标称”OpenGL ES 2.0 不支持顶点数组对象。为其提供支持的扩展名是OES_vertex_array_object,不在此列表中。所以,不,你不能在 Raspberry Pi 上使用它们。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-05-27
    相关资源
    最近更新 更多