pub struct QueryType(/* private fields */);
Expand description
Implementations§
Source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_video_queue’
pub const RESULT_STATUS_ONLY_KHR: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_STREAM_EXT: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_performance_query’
pub const PERFORMANCE_QUERY_KHR: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR: Self = _
pub const ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_INTEL_performance_query’
pub const PERFORMANCE_QUERY_INTEL: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_video_encode_queue’
pub const VIDEO_ENCODE_FEEDBACK_KHR: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_mesh_shader’
pub const MESH_PRIMITIVES_GENERATED_EXT: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_primitives_generated_query’
pub const PRIMITIVES_GENERATED_EXT: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_ray_tracing_maintenance1’
pub const ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS_KHR: Self = _
pub const ACCELERATION_STRUCTURE_SIZE_KHR: Self = _
Source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_opacity_micromap’
pub const MICROMAP_SERIALIZATION_SIZE_EXT: Self = _
pub const MICROMAP_COMPACTED_SIZE_EXT: Self = _
Trait Implementations§
Source§impl Ord for QueryType
impl Ord for QueryType
Source§impl PartialOrd for QueryType
impl PartialOrd for QueryType
impl Copy for QueryType
impl Eq for QueryType
impl StructuralPartialEq for QueryType
Auto Trait Implementations§
impl Freeze for QueryType
impl RefUnwindSafe for QueryType
impl Send for QueryType
impl Sync for QueryType
impl Unpin for QueryType
impl UnwindSafe for QueryType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)