Struct unity_native_plugin_sys::VkAccelerationStructureGeometryTrianglesDataKHR [−][src]
#[repr(C)]pub struct VkAccelerationStructureGeometryTrianglesDataKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub vertexFormat: VkFormat,
pub vertexData: VkDeviceOrHostAddressConstKHR,
pub vertexStride: VkDeviceSize,
pub maxVertex: u32,
pub indexType: VkIndexType,
pub indexData: VkDeviceOrHostAddressConstKHR,
pub transformData: VkDeviceOrHostAddressConstKHR,
}Fields
sType: VkStructureTypepNext: *const c_voidvertexFormat: VkFormatvertexData: VkDeviceOrHostAddressConstKHRvertexStride: VkDeviceSizemaxVertex: u32indexType: VkIndexTypeindexData: VkDeviceOrHostAddressConstKHRtransformData: VkDeviceOrHostAddressConstKHRTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more