#[repr(C)]pub struct PhysicalDeviceAccelerationStructurePropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub max_geometry_count: u64,
pub max_instance_count: u64,
pub max_primitive_count: u64,
pub max_per_stage_descriptor_acceleration_structures: u32,
pub max_per_stage_descriptor_update_after_bind_acceleration_structures: u32,
pub max_descriptor_set_acceleration_structures: u32,
pub max_descriptor_set_update_after_bind_acceleration_structures: u32,
pub min_acceleration_structure_scratch_offset_alignment: u32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidmax_geometry_count: u64max_instance_count: u64max_primitive_count: u64max_per_stage_descriptor_acceleration_structures: u32max_per_stage_descriptor_update_after_bind_acceleration_structures: u32max_descriptor_set_acceleration_structures: u32max_descriptor_set_update_after_bind_acceleration_structures: u32min_acceleration_structure_scratch_offset_alignment: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more