#[repr(C)]pub struct RpsResourceDesc__bindgen_ty_1__bindgen_ty_1 {
pub width: u32,
pub height: u32,
pub __bindgen_anon_1: RpsResourceDesc__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1,
pub mipLevels: u32,
pub format: RpsFormat,
pub sampleCount: u32,
}Fields§
§width: u32Width of an image resource.
height: u32Height of an image resource.
__bindgen_anon_1: RpsResourceDesc__bindgen_ty_1__bindgen_ty_1__bindgen_ty_1§mipLevels: u32Number of mipmap levels.
format: RpsFormatPlatform independent format to be interpreted by the runtime.
sampleCount: u32Number of MSAA samples of an image.
Trait Implementations§
source§impl Clone for RpsResourceDesc__bindgen_ty_1__bindgen_ty_1
impl Clone for RpsResourceDesc__bindgen_ty_1__bindgen_ty_1
source§fn clone(&self) -> RpsResourceDesc__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> RpsResourceDesc__bindgen_ty_1__bindgen_ty_1
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