#[repr(C)]pub struct VkGeometryTrianglesNV {Show 13 fields
pub sType: VkStructureType,
pub pNext: *const c_void,
pub vertexData: VkBuffer,
pub vertexOffset: VkDeviceSize,
pub vertexCount: u32,
pub vertexStride: VkDeviceSize,
pub vertexFormat: VkFormat,
pub indexData: VkBuffer,
pub indexOffset: VkDeviceSize,
pub indexCount: u32,
pub indexType: VkIndexType,
pub transformData: VkBuffer,
pub transformOffset: VkDeviceSize,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§vertexData: VkBuffer
§vertexOffset: VkDeviceSize
§vertexCount: u32
§vertexStride: VkDeviceSize
§vertexFormat: VkFormat
§indexData: VkBuffer
§indexOffset: VkDeviceSize
§indexCount: u32
§indexType: VkIndexType
§transformData: VkBuffer
§transformOffset: VkDeviceSize
Trait Implementations§
Source§impl Clone for VkGeometryTrianglesNV
impl Clone for VkGeometryTrianglesNV
Source§fn clone(&self) -> VkGeometryTrianglesNV
fn clone(&self) -> VkGeometryTrianglesNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkGeometryTrianglesNV
impl Default for VkGeometryTrianglesNV
impl Copy for VkGeometryTrianglesNV
Auto Trait Implementations§
impl Freeze for VkGeometryTrianglesNV
impl RefUnwindSafe for VkGeometryTrianglesNV
impl !Send for VkGeometryTrianglesNV
impl !Sync for VkGeometryTrianglesNV
impl Unpin for VkGeometryTrianglesNV
impl UnwindSafe for VkGeometryTrianglesNV
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more