 |
OpenGL Interoperability with CUDA3D Game Engine Programming
To create a PBO, we must perform 3 simple steps: Generate a unique buffer object ID using the glGenBuffers method. Bind the buffer using a valid target (for PBO's this should be either GL_PIXEL_PACK_BUFFER, or GL_PIXEL_UNPACK_BUFFER). In this case ...
3dgep.com |
 |