pub unsafe trait TextureBase {
type TextureRepr;
}Expand description
Type family giving the backend representation type.
This type family is type-erased: it doesn’t know whether the texture is a 2D texture or a 3D one or a cubemap.
Required Associated Types§
Sourcetype TextureRepr
type TextureRepr
Backend representation of a texture.