glFramebufferTexture2D method
void
glFramebufferTexture2D()
Implementation
void glFramebufferTexture2D(int target, int attachment, int textarget, dynamic texture, int level){
gles.glFramebufferTexture2D(gl, target, attachment, textarget, texture, level);
}