Could you render to a CGBitmapContext using ATSUI and then use the bitmap data as a GL texture? I don't think it would be a huge amount of work, but then I'm just guessing.
This example demonstrates the creation of a texture in OpenGL* 4.3 that has a sub-region updated by an OpenCL™ C kernel running on Intel® Processor Graphics with Microsoft Windows*. One example use of ...
If you’re planning to develop a game engine or other Java software that needs 3D graphics, consider using Java Binding for OpenGL (JOGL). This low-level Java API acts as a bridge to the underlying ...
GLuint texName; glGenTextures(1, &texName); glBindTexture(GL_TEXTURE_2D, texName); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); glTexParameteri ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results