ash::vk

Type Alias DriverIdKHR

Source
pub type DriverIdKHR = DriverId;

Aliased Type§

struct DriverIdKHR(pub(crate) i32);

Fields§

§0: i32

Implementations

Source§

impl DriverId

Source

pub const fn from_raw(x: i32) -> Self

Source

pub const fn as_raw(self) -> i32

Source§

impl DriverId

Source

pub const AMD_PROPRIETARY: Self

Advanced Micro Devices, Inc.

Source

pub const AMD_OPEN_SOURCE: Self

Advanced Micro Devices, Inc.

Source

pub const MESA_RADV: Self

Mesa open source project

Source

pub const NVIDIA_PROPRIETARY: Self

NVIDIA Corporation

Source

pub const INTEL_PROPRIETARY_WINDOWS: Self

Intel Corporation

Source

pub const INTEL_OPEN_SOURCE_MESA: Self

Intel Corporation

Source

pub const IMAGINATION_PROPRIETARY: Self

Imagination Technologies

Source

pub const QUALCOMM_PROPRIETARY: Self

Qualcomm Technologies, Inc.

Source

pub const ARM_PROPRIETARY: Self

Arm Limited

Source

pub const GOOGLE_SWIFTSHADER: Self

Google LLC

Source

pub const GGP_PROPRIETARY: Self

Google LLC

Source

pub const BROADCOM_PROPRIETARY: Self

Broadcom Inc.

Source

pub const MESA_LLVMPIPE: Self

Mesa

Source

pub const MOLTENVK: Self

MoltenVK

Source

pub const COREAVI_PROPRIETARY: Self

Core Avionics & Industrial Inc.

Source

pub const JUICE_PROPRIETARY: Self

Juice Technologies, Inc.

Source

pub const VERISILICON_PROPRIETARY: Self

Verisilicon, Inc.

Source

pub const MESA_TURNIP: Self

Mesa open source project

Source

pub const MESA_V3DV: Self

Mesa open source project

Source

pub const MESA_PANVK: Self

Mesa open source project

Source

pub const SAMSUNG_PROPRIETARY: Self

Samsung Electronics Co., Ltd.

Source

pub const MESA_VENUS: Self

Mesa open source project

Source

pub const MESA_DOZEN: Self

Mesa open source project

Source

pub const MESA_NVK: Self

Mesa open source project

Source

pub const IMAGINATION_OPEN_SOURCE_MESA: Self

Imagination Technologies

Source

pub const MESA_AGXV: Self

Mesa open source project

Source§

impl DriverId

Generated from ‘VK_KHR_driver_properties’

Source

pub const AMD_PROPRIETARY_KHR: Self = Self::AMD_PROPRIETARY

Source

pub const AMD_OPEN_SOURCE_KHR: Self = Self::AMD_OPEN_SOURCE

Source

pub const MESA_RADV_KHR: Self = Self::MESA_RADV

Source

pub const NVIDIA_PROPRIETARY_KHR: Self = Self::NVIDIA_PROPRIETARY

Source

pub const INTEL_PROPRIETARY_WINDOWS_KHR: Self = Self::INTEL_PROPRIETARY_WINDOWS

Source

pub const INTEL_OPEN_SOURCE_MESA_KHR: Self = Self::INTEL_OPEN_SOURCE_MESA

Source

pub const IMAGINATION_PROPRIETARY_KHR: Self = Self::IMAGINATION_PROPRIETARY

Source

pub const QUALCOMM_PROPRIETARY_KHR: Self = Self::QUALCOMM_PROPRIETARY

Source

pub const ARM_PROPRIETARY_KHR: Self = Self::ARM_PROPRIETARY

Source

pub const GOOGLE_SWIFTSHADER_KHR: Self = Self::GOOGLE_SWIFTSHADER

Source

pub const GGP_PROPRIETARY_KHR: Self = Self::GGP_PROPRIETARY

Source

pub const BROADCOM_PROPRIETARY_KHR: Self = Self::BROADCOM_PROPRIETARY

Trait Implementations

Source§

impl Clone for DriverId

Source§

fn clone(&self) -> DriverId

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for DriverId

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for DriverId

Source§

fn default() -> DriverId

Returns the “default value” for a type. Read more
Source§

impl Hash for DriverId

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Ord for DriverId

Source§

fn cmp(&self, other: &DriverId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for DriverId

Source§

fn eq(&self, other: &DriverId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for DriverId

Source§

fn partial_cmp(&self, other: &DriverId) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Copy for DriverId

Source§

impl Eq for DriverId

Source§

impl StructuralPartialEq for DriverId