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

org.lwjgl.vulkan.KHRImageFormatList 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;

/**
 * On some implementations, setting the {@link VK10#VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT IMAGE_CREATE_MUTABLE_FORMAT_BIT} on image creation can cause access to that image to perform worse than an equivalent image created without {@link VK10#VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT IMAGE_CREATE_MUTABLE_FORMAT_BIT} because the implementation does not know what view formats will be paired with the image.
 * 
 * 

This extension allows an application to provide the list of all formats that can be used with an image when it is created. The implementation may then be able to create a more efficient image that supports the subset of formats required by the application without having to support all formats in the format compatibility class of the image format.

* *
*
Name String
*
{@code VK_KHR_image_format_list}
*
Extension Type
*
Device extension
*
Registered Extension Number
*
148
*
Revision
*
1
*
Extension and Version Dependencies
*
    *
  • Requires Vulkan 1.0
  • *
*
Contact
*
    *
  • Jason Ekstrand @jekstrand
  • *
*
Last Modified Date
*
2017-03-20
*
IP Status
*
No known IP claims.
*
Contributors
*
    *
  • Jason Ekstrand, Intel
  • *
  • Jan-Harald Fredriksen, ARM
  • *
  • Jeff Bolz, NVIDIA
  • *
  • Jeff Leger, Qualcomm
  • *
  • Neil Henning, Codeplay
  • *
*
*/ public final class KHRImageFormatList { /** The extension specification version. */ public static final int VK_KHR_IMAGE_FORMAT_LIST_SPEC_VERSION = 1; /** The extension name. */ public static final String VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME = "VK_KHR_image_format_list"; /** Extends {@code VkStructureType}. */ public static final int VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR = 1000147000; private KHRImageFormatList() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy