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

org.lwjgl.vulkan.EXT4444Formats 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 defines the {@link #VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT FORMAT_A4R4G4B4_UNORM_PACK16_EXT} and {@link #VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT FORMAT_A4B4G4R4_UNORM_PACK16_EXT} formats which are defined in other current graphics APIs.
 * 
 * 

This extension may be useful for building translation layers for those APIs or for porting applications that use these formats without having to resort to swizzles.

* *

When VK_EXT_custom_border_color is used, these formats are not subject to the same restrictions for border color without format as with VK_FORMAT_B4G4R4A4_UNORM_PACK16.

* *
VK_EXT_4444_formats
* *
*
Name String
*
{@code VK_EXT_4444_formats}
*
Extension Type
*
Device extension
*
Registered Extension Number
*
341
*
Revision
*
1
*
Extension and Version Dependencies
*
    *
  • Requires Vulkan 1.0
  • *
  • Requires {@link KHRGetPhysicalDeviceProperties2 VK_KHR_get_physical_device_properties2}
  • *
*
Contact
*
*
* *
Other Extension Metadata
* *
*
Last Modified Date
*
2020-07-28
*
IP Status
*
No known IP claims.
*
Contributors
*
    *
  • Joshua Ashton, Valve
  • *
  • Jason Ekstrand, Intel
  • *
*
*/ public final class EXT4444Formats { /** The extension specification version. */ public static final int VK_EXT_4444_FORMATS_SPEC_VERSION = 1; /** The extension name. */ public static final String VK_EXT_4444_FORMATS_EXTENSION_NAME = "VK_EXT_4444_formats"; /** Extends {@code VkStructureType}. */ public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT = 1000340000; /** * Extends {@code VkFormat}. * *
Enum values:
* *
    *
  • {@link #VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT FORMAT_A4R4G4B4_UNORM_PACK16_EXT}
  • *
  • {@link #VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT FORMAT_A4B4G4R4_UNORM_PACK16_EXT}
  • *
*/ public static final int VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT = 1000340000, VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT = 1000340001; private EXT4444Formats() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy