All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.vulkan.KHRDriverProperties Maven / Gradle / Ivy

Go to download

A new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones and embedded platforms.

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.vulkan;

/**
 * This extension provides a new physical device query which allows retrieving information about the driver implementation, allowing applications to determine which physical device corresponds to which particular vendor’s driver, and which conformance test suite version the driver implementation is compliant with.
 * 
 * 
Promotion to Vulkan 1.2
* *

All functionality in this extension is included in core Vulkan 1.2, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

* *
VK_KHR_driver_properties
* *
*
Name String
*
{@code VK_KHR_driver_properties}
*
Extension Type
*
Device extension
*
Registered Extension Number
*
197
*
Revision
*
1
*
Extension and Version Dependencies
*
    *
  • Requires Vulkan 1.0
  • *
  • Requires {@link KHRGetPhysicalDeviceProperties2 VK_KHR_get_physical_device_properties2}
  • *
*
Deprecation state
*
*
Contact
*
*
* *
Other Extension Metadata
* *
*
Last Modified Date
*
2018-04-11
*
Interactions and External Dependencies
*
    *
  • Promoted to Vulkan 1.2 Core
  • *
*
IP Status
*
No known IP claims.
*
Contributors
*
    *
  • Baldur Karlsson
  • *
  • Matthaeus G. Chajdas, AMD
  • *
  • Piers Daniell, NVIDIA
  • *
  • Alexander Galazin, Arm
  • *
  • Jesse Hall, Google
  • *
  • Daniel Rakos, AMD
  • *
*
*/ public final class KHRDriverProperties { /** The extension specification version. */ public static final int VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION = 1; /** The extension name. */ public static final String VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME = "VK_KHR_driver_properties"; /** Extends {@code VkStructureType}. */ public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR = 1000196000; /** VK_MAX_DRIVER_NAME_SIZE_KHR */ public static final int VK_MAX_DRIVER_NAME_SIZE_KHR = 256; /** VK_MAX_DRIVER_INFO_SIZE_KHR */ public static final int VK_MAX_DRIVER_INFO_SIZE_KHR = 256; /** * Extends {@code VkDriverId}. * *
Enum values:
* *
    *
  • {@link #VK_DRIVER_ID_AMD_PROPRIETARY_KHR DRIVER_ID_AMD_PROPRIETARY_KHR}
  • *
  • {@link #VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR DRIVER_ID_AMD_OPEN_SOURCE_KHR}
  • *
  • {@link #VK_DRIVER_ID_MESA_RADV_KHR DRIVER_ID_MESA_RADV_KHR}
  • *
  • {@link #VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR DRIVER_ID_NVIDIA_PROPRIETARY_KHR}
  • *
  • {@link #VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR}
  • *
  • {@link #VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR}
  • *
  • {@link #VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR DRIVER_ID_IMAGINATION_PROPRIETARY_KHR}
  • *
  • {@link #VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR DRIVER_ID_QUALCOMM_PROPRIETARY_KHR}
  • *
  • {@link #VK_DRIVER_ID_ARM_PROPRIETARY_KHR DRIVER_ID_ARM_PROPRIETARY_KHR}
  • *
  • {@link #VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR DRIVER_ID_GOOGLE_SWIFTSHADER_KHR}
  • *
  • {@link #VK_DRIVER_ID_GGP_PROPRIETARY_KHR DRIVER_ID_GGP_PROPRIETARY_KHR}
  • *
  • {@link #VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR DRIVER_ID_BROADCOM_PROPRIETARY_KHR}
  • *
*/ public static final int VK_DRIVER_ID_AMD_PROPRIETARY_KHR = 1, VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR = 2, VK_DRIVER_ID_MESA_RADV_KHR = 3, VK_DRIVER_ID_NVIDIA_PROPRIETARY_KHR = 4, VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS_KHR = 5, VK_DRIVER_ID_INTEL_OPEN_SOURCE_MESA_KHR = 6, VK_DRIVER_ID_IMAGINATION_PROPRIETARY_KHR = 7, VK_DRIVER_ID_QUALCOMM_PROPRIETARY_KHR = 8, VK_DRIVER_ID_ARM_PROPRIETARY_KHR = 9, VK_DRIVER_ID_GOOGLE_SWIFTSHADER_KHR = 10, VK_DRIVER_ID_GGP_PROPRIETARY_KHR = 11, VK_DRIVER_ID_BROADCOM_PROPRIETARY_KHR = 12; private KHRDriverProperties() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy