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 Booleanimpl GetQueryType for Floatimpl GetQueryType for Intimpl GetQueryType for &'static strimpl GetQueryType for Vec<&'static str>