Struct ppapi::gles::BoundTexBufferExperimental [-]  [+] [src]

pub struct BoundTexBuffer {
    // some fields omitted
}

Methods

impl BoundTexBuffer

fn rebind(&self, ctxt: &mut Context3d)

fn pixel_store(&self, ctxt: &Context3d, pname: Enum, param: Int)

fn image_2d(&self, ctxt: &Context3d, mip_lvl: Int, internal_format: TexFormat, format: TexFormat, size: Size, type_: UInt, buf: Option<&Vec<u8>>)