![JAR search and dependency download from the Maven repository](/logo.png)
org.lwjgl.vulkan.EXTSeparateStencilUsage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-vulkan Show documentation
Show all versions of lwjgl-vulkan Show documentation
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.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
/**
* This extension allows specifying separate usage flags for the stencil aspect of images with a depth-stencil format at image creation time.
*
* Promotion to Vulkan 1.2
*
* All functionality in this extension is included in core Vulkan 1.2, with the EXT suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.
*
* VK_EXT_separate_stencil_usage
*
*
* - Name String
* - {@code VK_EXT_separate_stencil_usage}
* - Extension Type
* - Device extension
* - Registered Extension Number
* - 247
* - Revision
* - 1
* - Extension and Version Dependencies
*
* - Requires Vulkan 1.0
*
* - Deprecation state
*
* - Promoted to Vulkan 1.2
*
* - Contact
*
* - Daniel Rakos drakos-amd
*
*
*
* Other Extension Metadata
*
*
* - Last Modified Date
* - 2018-11-08
* - Interactions and External Dependencies
*
* - Promoted to Vulkan 1.2 Core
*
* - IP Status
* - No known IP claims.
* - Contributors
*
* - Daniel Rakos, AMD
* - Jordan Logan, AMD
*
*
*/
public final class EXTSeparateStencilUsage {
/** The extension specification version. */
public static final int VK_EXT_SEPARATE_STENCIL_USAGE_SPEC_VERSION = 1;
/** The extension name. */
public static final String VK_EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME = "VK_EXT_separate_stencil_usage";
/** Extends {@code VkStructureType}. */
public static final int VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT = 1000246000;
private EXTSeparateStencilUsage() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy