Trait ppapi::gles::GetQueryTypeExperimental
[-]
[+]
[src]
pub trait GetQueryType { fn get(ctxt: &Context3d, pname: Enum, pstr: &'static str) -> Self; }
INTERNEL
Required Methods
Implementors
impl GetQueryType for Boolean
impl GetQueryType for Float
impl GetQueryType for Int
impl GetQueryType for &'static str
impl GetQueryType for Vec<&'static str>