logo

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

Expand description

Backends that support querying.

Querying provide metadata information about the backend, but can also provide more useful information, such as capabilities, maximum limits, etc.

Required methods

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

The backend name.

The backend version.

The shading language version supported by the backend.

The maximum number of elements a texture array can hold.

Implementors