pub struct QueryType(/* private fields */);Expand description
Implementations§
Source§impl QueryType
impl QueryType
pub const OCCLUSION: Self
Sourcepub const PIPELINE_STATISTICS: Self
pub const PIPELINE_STATISTICS: Self
Optional
pub const TIMESTAMP: Self
pub const RESULT_STATUS_ONLY: Self
pub const TRANSFORM_FEEDBACK_STREAM: Self
pub const PERFORMANCE_QUERY: Self
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE: Self
pub const ACCELERATION_STRUCTURE_SERIALIZATION_SIZE: Self
pub const VIDEO_ENCODE_FEEDBACK: Self
pub const MESH_PRIMITIVES_GENERATED: Self
pub const PRIMITIVES_GENERATED: Self
pub const ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS: Self
pub const ACCELERATION_STRUCTURE_SIZE: Self
pub const MICROMAP_SERIALIZATION_SIZE: Self
pub const MICROMAP_COMPACTED_SIZE: Self
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
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 UnsafeUnpin 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