org.lwjgl.vulkan.EXTRgba10x6Formats 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 enables the {@link VK11#VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16 FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16} format to be used without a sampler Y′CBCR conversion enabled.
*
* VK_EXT_rgba10x6_formats
*
*
* - Name String
* - {@code VK_EXT_rgba10x6_formats}
* - Extension Type
* - Device extension
* - Registered Extension Number
* - 345
* - Revision
* - 1
* - Extension and Version Dependencies
*
* - Requires Vulkan 1.0
* - Requires {@link KHRSamplerYcbcrConversion VK_KHR_sampler_ycbcr_conversion}
*
* - Contact
*
* - Jan-Harald Fredriksen janharaldfredriksen-arm
*
*
*
* Other Extension Metadata
*
*
* - Last Modified Date
* - 2021-09-29
* - IP Status
* - No known IP claims.
* - Contributors
*
* - Jan-Harald Fredriksen, Arm
* - Graeme Leese, Broadcom
* - Spencer Fricke, Samsung
*
*
*/
public final class EXTRgba10x6Formats {
/** The extension specification version. */
public static final int VK_EXT_RGBA10X6_FORMATS_SPEC_VERSION = 1;
/** The extension name. */
public static final String VK_EXT_RGBA10X6_FORMATS_EXTENSION_NAME = "VK_EXT_rgba10x6_formats";
/** Extends {@code VkStructureType}. */
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RGBA10X6_FORMATS_FEATURES_EXT = 1000344000;
private EXTRgba10x6Formats() {}
}