Struct rps_sys::RpsImageView
source · #[repr(C)]pub struct RpsImageView {
pub base: RpsResourceView,
pub subresourceRange: RpsSubresourceRange,
pub minLodClamp: f32,
pub componentMapping: u32,
}
Expand description
Image resource view.
Fields§
§base: RpsResourceView
Base resource view properties.
subresourceRange: RpsSubresourceRange
Subresource range of the view.
minLodClamp: f32
Min LOD clamp value of the texture view.
componentMapping: u32
32-bit value for the color component (RGBA channel) mapping of the view.
Trait Implementations§
source§impl Clone for RpsImageView
impl Clone for RpsImageView
source§fn clone(&self) -> RpsImageView
fn clone(&self) -> RpsImageView
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