Struct ash::vk::CoarseSampleLocationNV
source · #[repr(C)]pub struct CoarseSampleLocationNV {
pub pixel_x: u32,
pub pixel_y: u32,
pub sample: u32,
}
Expand description
Fields§
§pixel_x: u32
§pixel_y: u32
§sample: u32
Implementations§
source§impl CoarseSampleLocationNV
impl CoarseSampleLocationNV
pub fn builder<'a>() -> CoarseSampleLocationNVBuilder<'a>
Trait Implementations§
source§impl Clone for CoarseSampleLocationNV
impl Clone for CoarseSampleLocationNV
source§fn clone(&self) -> CoarseSampleLocationNV
fn clone(&self) -> CoarseSampleLocationNV
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 moresource§impl Debug for CoarseSampleLocationNV
impl Debug for CoarseSampleLocationNV
source§impl Default for CoarseSampleLocationNV
impl Default for CoarseSampleLocationNV
source§fn default() -> CoarseSampleLocationNV
fn default() -> CoarseSampleLocationNV
Returns the “default value” for a type. Read more