简体   繁体   English

各种Android OpenGL相关类之间的关系是什么?

[英]What is the relationship between the various Android OpenGL-related classes?

What's the relationship between: 之间的关系是什么?

  • android.opengl android.opengl
  • javax.microedition.khronos.egl javax.microedition.khronos.egl
  • javax.microedition.khronos.opengles javax.microedition.khronos.opengles

I can't tell from the Android documentation. 我无法从Android文档中得知。

This packages: 该软件包:

  • javax.microedition.khronos.egl javax.microedition.khronos.egl
  • javax.microedition.khronos.opengles javax.microedition.khronos.opengles

Defines the Java interfaces to EGL and OpenGL ES, while android.opengl is a concrete implementation of those interfaces. 定义EGL和OpenGL ES的Java接口,而android.opengl是这些接口的具体实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM