Trait mod3d_base::TextureClient
source · pub trait TextureClient:
Sized
+ Debug
+ Default
+ Clone { }Expand description
The trait that must be supported by a client texture
Default is required as the client is made when a texture is made Clone is required as the client is textures are cloned
Object Safety§
This trait is not object safe.