Struct luminance::query::Query[][src]

pub struct Query<'a, B> where
    B: ?Sized
{ /* fields omitted */ }
Expand description

Query object.

Such an object allows to query various parts of the backend and GPU.

Implementations

Create a new Query for a given context.

The implementation author, most of the time referred to as “vendor” or “compagny” responsible for the driver the implementation uses.

The backend name.

The backend version.

The shading language version.

Maximum number of elements a texture array can hold.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.