pub enum QueryType {
Occlusion,
BinaryOcclusion,
Timestamp,
PipelineStatistics,
VideoDecodeStatistics,
}Expand description
Options for query heap types, and queries
Variants§
Occlusion
Used for occlusion query heap or occlusion queries
BinaryOcclusion
Can be used in the same heap as occlusion
Timestamp
Create a heap to contain timestamp queries
PipelineStatistics
Create a heap to contain a structure of PipelineStatistics
VideoDecodeStatistics
Create video decoder statistics query and heap
Trait Implementations§
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