Trait ppapi::gles::traits::DropBufferExperimental [-]  [+] [src]

pub trait DropBuffer {
    unsafe fn drop_buffer(self, ctxt: &Context3d);
}

Required Methods

unsafe fn drop_buffer(self, ctxt: &Context3d)

Implementors