Struct vulkanalia::vk::AccelerationStructureGeometryTrianglesDataKHRBuilder[][src]

#[repr(transparent)]pub struct AccelerationStructureGeometryTrianglesDataKHRBuilder { /* fields omitted */ }

Implementations

impl AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

pub fn vertex_format(self, vertex_format: Format) -> Self[src]

pub fn vertex_data(self, vertex_data: DeviceOrHostAddressConstKHR) -> Self[src]

pub fn vertex_stride(self, vertex_stride: DeviceSize) -> Self[src]

pub fn max_vertex(self, max_vertex: u32) -> Self[src]

pub fn index_type(self, index_type: IndexType) -> Self[src]

pub fn index_data(self, index_data: DeviceOrHostAddressConstKHR) -> Self[src]

pub fn transform_data(self, transform_data: DeviceOrHostAddressConstKHR) -> Self[src]

pub fn build(self) -> AccelerationStructureGeometryTrianglesDataKHR[src]

Trait Implementations

impl Cast for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

type Target = AccelerationStructureGeometryTrianglesDataKHR

The other type this type type can be used interchangeably with in FFI.

impl Clone for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

impl Copy for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

impl Debug for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

impl Default for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

impl Deref for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

type Target = AccelerationStructureGeometryTrianglesDataKHR

The resulting type after dereferencing.

impl DerefMut for AccelerationStructureGeometryTrianglesDataKHRBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.