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

pub trait IndexElementType {
    fn get_index_element_type_enum(&self) -> Enum;
    fn ptr_offset(&self, offset: usize) -> *const c_void;
}

Required Methods

fn get_index_element_type_enum(&self) -> Enum

fn ptr_offset(&self, offset: usize) -> *const c_void

Implementors