#[repr(C)]pub enum VkQueueGlobalPriority {
VK_QUEUE_GLOBAL_PRIORITY_LOW = 128,
VK_QUEUE_GLOBAL_PRIORITY_MEDIUM = 256,
VK_QUEUE_GLOBAL_PRIORITY_HIGH = 512,
VK_QUEUE_GLOBAL_PRIORITY_REALTIME = 1_024,
VK_QUEUE_GLOBAL_PRIORITY_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkQueueGlobalPriority from VK_VERSION_1_4
Variants§
VK_QUEUE_GLOBAL_PRIORITY_LOW = 128
VK_QUEUE_GLOBAL_PRIORITY_MEDIUM = 256
VK_QUEUE_GLOBAL_PRIORITY_HIGH = 512
VK_QUEUE_GLOBAL_PRIORITY_REALTIME = 1_024
VK_QUEUE_GLOBAL_PRIORITY_MAX_ENUM = 2_147_483_647
Implementations§
Source§impl VkQueueGlobalPriority
impl VkQueueGlobalPriority
pub const VK_QUEUE_GLOBAL_PRIORITY_LOW_EXT: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_LOW
pub const VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_MEDIUM
pub const VK_QUEUE_GLOBAL_PRIORITY_HIGH_EXT: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_HIGH
pub const VK_QUEUE_GLOBAL_PRIORITY_REALTIME_EXT: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_REALTIME
pub const VK_QUEUE_GLOBAL_PRIORITY_LOW_KHR: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_LOW
pub const VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_MEDIUM
pub const VK_QUEUE_GLOBAL_PRIORITY_HIGH_KHR: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_HIGH
pub const VK_QUEUE_GLOBAL_PRIORITY_REALTIME_KHR: VkQueueGlobalPriority = VkQueueGlobalPriority::VK_QUEUE_GLOBAL_PRIORITY_REALTIME
Trait Implementations§
Source§impl Clone for VkQueueGlobalPriority
impl Clone for VkQueueGlobalPriority
Source§fn clone(&self) -> VkQueueGlobalPriority
fn clone(&self) -> VkQueueGlobalPriority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkQueueGlobalPriority
Source§impl Debug for VkQueueGlobalPriority
impl Debug for VkQueueGlobalPriority
impl Eq for VkQueueGlobalPriority
Source§impl Hash for VkQueueGlobalPriority
impl Hash for VkQueueGlobalPriority
Source§impl Ord for VkQueueGlobalPriority
impl Ord for VkQueueGlobalPriority
Source§fn cmp(&self, other: &VkQueueGlobalPriority) -> Ordering
fn cmp(&self, other: &VkQueueGlobalPriority) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkQueueGlobalPriority
impl PartialEq for VkQueueGlobalPriority
Source§impl PartialOrd for VkQueueGlobalPriority
impl PartialOrd for VkQueueGlobalPriority
impl StructuralPartialEq for VkQueueGlobalPriority
Auto Trait Implementations§
impl Freeze for VkQueueGlobalPriority
impl RefUnwindSafe for VkQueueGlobalPriority
impl Send for VkQueueGlobalPriority
impl Sync for VkQueueGlobalPriority
impl Unpin for VkQueueGlobalPriority
impl UnsafeUnpin for VkQueueGlobalPriority
impl UnwindSafe for VkQueueGlobalPriority
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