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

attachmentPointthe OpenGL attachment point to bind mem to
memthe memory object to bind to attachment_point