Enum glium::draw_parameters::QueryCreationError
[−]
[src]
pub enum QueryCreationError { NotSupported, }
Error that can happen when creating a query object.
Variants
NotSupported | The given query type is not supported. |