#[repr(C)]
pub struct AccelerationStructureTrianglesDisplacementMicromapNV {
Show 18 fields pub s_type: StructureType, pub next: *mut c_void, pub displacement_bias_and_scale_format: Format, pub displacement_vector_format: Format, pub displacement_bias_and_scale_buffer: DeviceOrHostAddressConstKHR, pub displacement_bias_and_scale_stride: DeviceSize, pub displacement_vector_buffer: DeviceOrHostAddressConstKHR, pub displacement_vector_stride: DeviceSize, pub displaced_micromap_primitive_flags: DeviceOrHostAddressConstKHR, pub displaced_micromap_primitive_flags_stride: DeviceSize, pub index_type: IndexType, pub index_buffer: DeviceOrHostAddressConstKHR, pub index_stride: DeviceSize, pub base_triangle: u32, pub usage_counts_count: u32, pub usage_counts: *const MicromapUsageEXT, pub pointer_usage_counts: *const *const MicromapUsageEXT, pub micromap: MicromapEXT,
}
Expand description

Fields§

§s_type: StructureType§next: *mut c_void§displacement_bias_and_scale_format: Format§displacement_vector_format: Format§displacement_bias_and_scale_buffer: DeviceOrHostAddressConstKHR§displacement_bias_and_scale_stride: DeviceSize§displacement_vector_buffer: DeviceOrHostAddressConstKHR§displacement_vector_stride: DeviceSize§displaced_micromap_primitive_flags: DeviceOrHostAddressConstKHR§displaced_micromap_primitive_flags_stride: DeviceSize§index_type: IndexType§index_buffer: DeviceOrHostAddressConstKHR§index_stride: DeviceSize§base_triangle: u32§usage_counts_count: u32§usage_counts: *const MicromapUsageEXT§pointer_usage_counts: *const *const MicromapUsageEXT§micromap: MicromapEXT

Trait Implementations§

source§

impl Clone for AccelerationStructureTrianglesDisplacementMicromapNV

source§

fn clone(&self) -> AccelerationStructureTrianglesDisplacementMicromapNV

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 AccelerationStructureTrianglesDisplacementMicromapNV

source§

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

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

impl Default for AccelerationStructureTrianglesDisplacementMicromapNV

source§

fn default() -> Self

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

impl Copy for AccelerationStructureTrianglesDisplacementMicromapNV

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.