Crate librashader_common

Source
Expand description

Common types and conversions for librashader.

Modules§

shader_features

Structs§

Size
A size with a width and height.
Viewport
The rendering output of a filter chain.

Enums§

FilterMode
The filtering mode for a texture sampler.
ImageFormat
Supported image formats for textures.
WrapMode
The wrapping (address) mode for a texture sampler.

Traits§

GetSize
Trait for surface or texture objects that can fetch size.