Trait luminance::backend::query::Query[][src]

Expand description

Backends that support querying.

Required methods

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.

The maximum number of elements a texture array can hold.

Implementors