pub struct Tex2DArrayUav(/* private fields */);Expand description
Wrapper around D3D12_TEX2D_ARRAY_UAV structure
Implementations§
Source§impl Tex2DArrayUav
impl Tex2DArrayUav
pub fn set_mip_slice(&mut self, mip_slice: u32) -> &mut Self
pub fn with_mip_slice(self, mip_slice: u32) -> Self
pub fn mip_slice(&self) -> u32
pub fn set_first_array_slice(&mut self, first_array_slice: u32) -> &mut Self
pub fn with_first_array_slice(self, first_array_slice: u32) -> Self
pub fn first_array_slice(&self) -> u32
pub fn set_array_size(&mut self, array_size: u32) -> &mut Self
pub fn with_array_size(self, array_size: u32) -> Self
pub fn array_size(&self) -> u32
pub fn set_plane_slice(&mut self, plane_slice: u32) -> &mut Self
pub fn with_plane_slice(self, plane_slice: u32) -> Self
pub fn plane_slice(&self) -> u32
Trait Implementations§
Source§impl Clone for Tex2DArrayUav
impl Clone for Tex2DArrayUav
Source§fn clone(&self) -> Tex2DArrayUav
fn clone(&self) -> Tex2DArrayUav
Returns a duplicate 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 moreSource§impl Debug for Tex2DArrayUav
impl Debug for Tex2DArrayUav
Source§impl Default for Tex2DArrayUav
impl Default for Tex2DArrayUav
Source§fn default() -> Tex2DArrayUav
fn default() -> Tex2DArrayUav
Returns the “default value” for a type. Read more
Source§impl Hash for Tex2DArrayUav
impl Hash for Tex2DArrayUav
Source§impl Ord for Tex2DArrayUav
impl Ord for Tex2DArrayUav
Source§fn cmp(&self, other: &Tex2DArrayUav) -> Ordering
fn cmp(&self, other: &Tex2DArrayUav) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Tex2DArrayUav
impl PartialEq for Tex2DArrayUav
Source§impl PartialOrd for Tex2DArrayUav
impl PartialOrd for Tex2DArrayUav
impl Copy for Tex2DArrayUav
impl Eq for Tex2DArrayUav
impl StructuralPartialEq for Tex2DArrayUav
Auto Trait Implementations§
impl Freeze for Tex2DArrayUav
impl RefUnwindSafe for Tex2DArrayUav
impl Send for Tex2DArrayUav
impl Sync for Tex2DArrayUav
impl Unpin for Tex2DArrayUav
impl UnwindSafe for Tex2DArrayUav
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more