Struct wgpu_hal::gles::TextureFormatDesc
source · pub struct TextureFormatDesc {
pub internal: u32,
pub external: u32,
pub data_type: u32,
}Available on crate feature
gles only.Fields§
§internal: u32§external: u32§data_type: u32Trait Implementations§
source§impl Clone for TextureFormatDesc
impl Clone for TextureFormatDesc
source§fn clone(&self) -> TextureFormatDesc
fn clone(&self) -> TextureFormatDesc
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more