pub struct QueryType(_);Expand description
Implementations§
source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_video_queue’
pub const RESULT_STATUS_ONLY_KHR: QueryType = Self(1000023000)
source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_STREAM_EXT: QueryType = Self(1000028004)
source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_performance_query’
pub const PERFORMANCE_QUERY_KHR: QueryType = Self(1000116000)
source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR: QueryType = Self(1000150000)
pub const ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR: QueryType = Self(1000150001)
source§impl QueryType
impl QueryType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_COMPACTED_SIZE_NV: QueryType = Self(1000165000)
source§impl QueryType
impl QueryType
Generated from ‘VK_INTEL_performance_query’
pub const PERFORMANCE_QUERY_INTEL: QueryType = Self(1000210000)
source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_video_encode_queue’
pub const VIDEO_ENCODESTREAM_BUFFER_RANGE_KHR: QueryType = Self(1000299000)
source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_mesh_shader’
pub const MESH_PRIMITIVES_GENERATED_EXT: QueryType = Self(1000328000)
source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_primitives_generated_query’
pub const PRIMITIVES_GENERATED_EXT: QueryType = Self(1000382000)
source§impl QueryType
impl QueryType
Generated from ‘VK_KHR_ray_tracing_maintenance1’
pub const ACCELERATION_STRUCTURE_SERIALIZATION_BOTTOM_LEVEL_POINTERS_KHR: QueryType = Self(1000386000)
pub const ACCELERATION_STRUCTURE_SIZE_KHR: QueryType = Self(1000386001)
source§impl QueryType
impl QueryType
Generated from ‘VK_EXT_opacity_micromap’
pub const MICROMAP_SERIALIZATION_SIZE_EXT: QueryType = Self(1000396000)
pub const MICROMAP_COMPACTED_SIZE_EXT: QueryType = Self(1000396001)
Trait Implementations§
source§impl Ord for QueryType
impl Ord for QueryType
source§impl PartialEq<QueryType> for QueryType
impl PartialEq<QueryType> for QueryType
source§impl PartialOrd<QueryType> for QueryType
impl PartialOrd<QueryType> for QueryType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more