Function miniquad::gl::glFramebufferTexture2D

source ยท
pub unsafe fn glFramebufferTexture2D(
    target: GLenum,
    attachment: GLenum,
    textarget: GLenum,
    texture: GLuint,
    level: GLint
)