Trait ppapi::gles::GetQueryExperimental [-]  [+] [src]

pub trait GetQuery<Ret: GetQueryType> {
    fn pname(&self) -> Enum;
    fn pstr(&self) -> &'static str;

    fn get(&self, ctxt: &Context3d) -> Ret { ... }
}

Required Methods

fn pname(&self) -> Enum

fn pstr(&self) -> &'static str

Provided Methods

fn get(&self, ctxt: &Context3d) -> Ret

Implementors