pub unsafe trait Texel: Copy + Default {
// Required method
fn image_format() -> ImageFormat;
}
Expand description
Plain old data that can be used to initialize a texture.
Required Methods§
fn image_format() -> ImageFormat
Object Safety§
This trait is not object safe.