#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VkQueueGlobalPriority
impl Debug for VkQueueGlobalPriority
Source§impl PartialEq for VkQueueGlobalPriority
impl PartialEq for VkQueueGlobalPriority
impl Copy 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 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