Struct ppapi::gles::IndexBufferExperimental
[-]
[+]
[src]
pub struct IndexBuffer(_);
pub struct IndexBuffer(_);
impl Buffer for IndexBuffer
fn unwrap(&self) -> UInt
fn get_type(&self) -> BufferType
fn to_object(&self) -> BufferObject
fn is_default(&self) -> bool
impl BindableBuffer for IndexBuffer
fn bind(&self, ctxt: &mut Context3d) -> BoundBuffer<IndexBuffer>
impl GenBuffer for IndexBuffer
fn gen_single(ctxt: &Context3d) -> IndexBuffer
fn gen_multiple(ctxt: &Context3d, count: usize) -> Vec<IndexBuffer>
impl DropBuffer for IndexBuffer
unsafe fn drop_buffer(self, ctxt: &Context3d)
impl Default for IndexBuffer
fn default() -> IndexBuffer
impl<__S: Writer + Hasher> Hash<__S> for IndexBuffer
fn hash(&self, __arg_0: &mut __S)
impl Clone for IndexBuffer
fn clone(&self) -> IndexBuffer
fn clone_from(&mut self, source: &Self)
impl PartialOrd for IndexBuffer
fn partial_cmp(&self, __arg_0: &IndexBuffer) -> Option<Ordering>
fn lt(&self, __arg_0: &IndexBuffer) -> bool
fn le(&self, __arg_0: &IndexBuffer) -> bool
fn gt(&self, __arg_0: &IndexBuffer) -> bool
fn ge(&self, __arg_0: &IndexBuffer) -> bool
impl Ord for IndexBuffer
fn cmp(&self, __arg_0: &IndexBuffer) -> Ordering
impl PartialEq for IndexBuffer
fn eq(&self, __arg_0: &IndexBuffer) -> bool
fn ne(&self, __arg_0: &IndexBuffer) -> bool
impl Eq for IndexBuffer
fn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).