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

org.lwjgl.vulkan.AMDShaderCoreProperties2 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.6
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 exposes additional shader core properties for a target physical device through the {@link KHRGetPhysicalDeviceProperties2 VK_KHR_get_physical_device_properties2} extension.
 * 
 * 
Examples
* *

None.

* *
VK_AMD_shader_core_properties2
* *
*
Name String
*
{@code VK_AMD_shader_core_properties2}
*
Extension Type
*
Device extension
*
Registered Extension Number
*
228
*
Revision
*
1
*
Extension and Version Dependencies
*
    *
  • Requires Vulkan 1.0
  • *
  • Requires {@link AMDShaderCoreProperties VK_AMD_shader_core_properties}
  • *
*
Contact
*
    *
  • Matthaeus G. Chajdas anteru
  • *
*
* *
Other Extension Metadata
* *
*
Last Modified Date
*
2019-07-26
*
IP Status
*
No known IP claims.
*
Contributors
*
    *
  • Matthaeus G. Chajdas, AMD
  • *
  • Tobias Hector, AMD
  • *
*
*/ public final class AMDShaderCoreProperties2 { /** The extension specification version. */ public static final int VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION = 1; /** The extension name. */ public static final String VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME = "VK_AMD_shader_core_properties2"; /** Extends {@code VkStructureType}. */ public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD = 1000227000; private AMDShaderCoreProperties2() {} }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy