pub struct IndexBufferView(/* private fields */);Expand description
Describes the index buffer to view.
For more information: D3D12_INDEX_BUFFER_VIEW structure
Implementations§
Source§impl IndexBufferView
impl IndexBufferView
pub fn new( buffer_location: GpuVirtualAddress, size: u32, format: Format, ) -> Self
Trait Implementations§
Source§impl Clone for IndexBufferView
impl Clone for IndexBufferView
Source§fn clone(&self) -> IndexBufferView
fn clone(&self) -> IndexBufferView
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 IndexBufferView
impl Debug for IndexBufferView
Source§impl PartialEq for IndexBufferView
impl PartialEq for IndexBufferView
impl Copy for IndexBufferView
impl StructuralPartialEq for IndexBufferView
Auto Trait Implementations§
impl Freeze for IndexBufferView
impl RefUnwindSafe for IndexBufferView
impl Send for IndexBufferView
impl Sync for IndexBufferView
impl Unpin for IndexBufferView
impl UnwindSafe for IndexBufferView
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