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