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

pub struct Context3d(_);

Methods

impl Context3d

fn new(res: PP_Resource) -> Context3d

fn new_bumped(res: PP_Resource) -> Context3d

impl Context3d

fn get<TRet: GetQueryType, T: GetQuery<TRet>>(&self, enum_: T) -> TRet

fn activate_tex_slot(&self, slot: Enum)

fn blend(&self, blending: &Blending)

fn clear(&self, mask: c_uint)

fn swap_buffers<T: Callback>(&self, next_frame: T)

Trait Implementations

impl String for Context3d

fn fmt(&self, f: &mut Formatter) -> Result

impl Send for Context3d

impl Resource for Context3d

fn unwrap(&self) -> PP_Resource

fn type_of(&self) -> ResourceType

impl ToOption<PP_Resource> for Context3d

fn to_option(from: &PP_Resource) -> Option<Context3d>

impl Clone for Context3d

fn clone(&self) -> Context3d

fn clone_from(&mut self, source: &Self)

impl Drop for Context3d

fn drop(&mut self)

impl ContextResource for Context3d

fn get_device(&self) -> PP_Resource

Derived Implementations

impl Show for Context3d

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Context3d

fn eq(&self, __arg_0: &Context3d) -> bool

fn ne(&self, __arg_0: &Context3d) -> bool

impl Eq for Context3d

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for Context3d

fn hash(&self, __arg_0: &mut __S)