#[repr(C)]pub struct CoarseSampleOrderCustomNV {
pub shading_rate: ShadingRatePaletteEntryNV,
pub sample_count: u32,
pub sample_location_count: u32,
pub p_sample_locations: *const CoarseSampleLocationNV,
}Expand description
VkCoarseSampleOrderCustomNV
Provided by VK_NV_shading_rate_image.
Fields§
§shading_rate: ShadingRatePaletteEntryNV§sample_count: u32§sample_location_count: u32Length of p_sample_locations.
p_sample_locations: *const CoarseSampleLocationNVImplementations§
Source§impl CoarseSampleOrderCustomNV
impl CoarseSampleOrderCustomNV
Sourcepub fn builder<'a>() -> CoarseSampleOrderCustomNVBuilder<'a>
pub fn builder<'a>() -> CoarseSampleOrderCustomNVBuilder<'a>
Start building this struct.
Trait Implementations§
Source§impl Clone for CoarseSampleOrderCustomNV
impl Clone for CoarseSampleOrderCustomNV
Source§fn clone(&self) -> CoarseSampleOrderCustomNV
fn clone(&self) -> CoarseSampleOrderCustomNV
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 CoarseSampleOrderCustomNV
impl Debug for CoarseSampleOrderCustomNV
Source§impl Default for CoarseSampleOrderCustomNV
impl Default for CoarseSampleOrderCustomNV
impl Copy for CoarseSampleOrderCustomNV
Auto Trait Implementations§
impl Freeze for CoarseSampleOrderCustomNV
impl RefUnwindSafe for CoarseSampleOrderCustomNV
impl !Send for CoarseSampleOrderCustomNV
impl !Sync for CoarseSampleOrderCustomNV
impl Unpin for CoarseSampleOrderCustomNV
impl UnsafeUnpin for CoarseSampleOrderCustomNV
impl UnwindSafe for CoarseSampleOrderCustomNV
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