Skip to main content

glNamedFramebufferTexture2D

Function glNamedFramebufferTexture2D 

Source
pub unsafe extern "C" fn glNamedFramebufferTexture2D(
    target: u32,
    attachment: u32,
    textarget: u32,
    texture: u32,
    level: i32,
)