Struct ash::vk::RayTracingShaderGroupTypeKHR
source · #[repr(transparent)]pub struct RayTracingShaderGroupTypeKHR(_);
Expand description
Implementations§
source§impl RayTracingShaderGroupTypeKHR
impl RayTracingShaderGroupTypeKHR
pub const GENERAL: Self = _
pub const TRIANGLES_HIT_GROUP: Self = _
pub const PROCEDURAL_HIT_GROUP: Self = _
source§impl RayTracingShaderGroupTypeKHR
impl RayTracingShaderGroupTypeKHR
Generated from ‘VK_NV_ray_tracing’
pub const GENERAL_NV: Self = Self::GENERAL
pub const TRIANGLES_HIT_GROUP_NV: Self = Self::TRIANGLES_HIT_GROUP
pub const PROCEDURAL_HIT_GROUP_NV: Self = Self::PROCEDURAL_HIT_GROUP
Trait Implementations§
source§impl Clone for RayTracingShaderGroupTypeKHR
impl Clone for RayTracingShaderGroupTypeKHR
source§fn clone(&self) -> RayTracingShaderGroupTypeKHR
fn clone(&self) -> RayTracingShaderGroupTypeKHR
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 RayTracingShaderGroupTypeKHR
impl Debug for RayTracingShaderGroupTypeKHR
source§impl Default for RayTracingShaderGroupTypeKHR
impl Default for RayTracingShaderGroupTypeKHR
source§fn default() -> RayTracingShaderGroupTypeKHR
fn default() -> RayTracingShaderGroupTypeKHR
Returns the “default value” for a type. Read more
source§impl Hash for RayTracingShaderGroupTypeKHR
impl Hash for RayTracingShaderGroupTypeKHR
source§impl Ord for RayTracingShaderGroupTypeKHR
impl Ord for RayTracingShaderGroupTypeKHR
source§fn cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Ordering
fn cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
impl PartialEq<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
source§fn eq(&self, other: &RayTracingShaderGroupTypeKHR) -> bool
fn eq(&self, other: &RayTracingShaderGroupTypeKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
impl PartialOrd<RayTracingShaderGroupTypeKHR> for RayTracingShaderGroupTypeKHR
source§fn partial_cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &RayTracingShaderGroupTypeKHR) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more