ash::vk

Type Alias AabbPositionsNV

Source
pub type AabbPositionsNV = AabbPositionsKHR;

Aliased Type§

struct AabbPositionsNV {
    pub min_x: f32,
    pub min_y: f32,
    pub min_z: f32,
    pub max_x: f32,
    pub max_y: f32,
    pub max_z: f32,
}

Fields§

§min_x: f32§min_y: f32§min_z: f32§max_x: f32§max_y: f32§max_z: f32

Implementations

Source§

impl AabbPositionsKHR

Source

pub fn min_x(self, min_x: f32) -> Self

Source

pub fn min_y(self, min_y: f32) -> Self

Source

pub fn min_z(self, min_z: f32) -> Self

Source

pub fn max_x(self, max_x: f32) -> Self

Source

pub fn max_y(self, max_y: f32) -> Self

Source

pub fn max_z(self, max_z: f32) -> Self

Trait Implementations

Source§

impl Clone for AabbPositionsKHR

Source§

fn clone(&self) -> AabbPositionsKHR

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for AabbPositionsKHR

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for AabbPositionsKHR

Source§

fn default() -> AabbPositionsKHR

Returns the “default value” for a type. Read more
Source§

impl Copy for AabbPositionsKHR