GLFramebuffer.attach

attach mem to attachment_point

Must be called with the same OpenGL context current that fb was created with.

class GLFramebuffer
void
attach

Parameters

attachmentPoint uint

the OpenGL attachment point to bind mem to

mem gstgl.glbase_memory.GLBaseMemory

the memory object to bind to attachment_point