Struct ppapi::gles::Context3dExperimental
[-]
[+]
[src]
pub struct Context3d(_);
pub struct Context3d(_);
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)
impl String for Context3d
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
impl Show for Context3d
impl PartialEq for Context3d
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)
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
).