GLFramebuffer.attach
void attach(uint attachmentPoint, gstgl.glbase_memory.GLBaseMemory mem)attach mem to attachment_point
Must be called with the same OpenGL context current that fb was created with.
Parameters
attachmentPoint | the OpenGL attachment point to bind mem to |
mem | the memory object to bind to attachment_point |