Function components::platform::gles::ffi::glFramebufferTextureLayer
source · [−]pub unsafe fn glFramebufferTextureLayer(
target: u32,
attachment: u32,
texture: u32,
level: i32,
layer: i32
)Expand description
glFramebufferTextureLayer(target, attachment, texture, level, layer)
target group: FramebufferTarget
attachment group: FramebufferAttachment
texture group: Texture
texture class: texture
level group: CheckedInt32
layer group: CheckedInt32