Class VkTextureLODGatherFormatPropertiesAMD

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkTextureLODGatherFormatPropertiesAMD>
org.lwjgl.vulkan.VkTextureLODGatherFormatPropertiesAMD
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkTextureLODGatherFormatPropertiesAMD extends org.lwjgl.system.Struct<VkTextureLODGatherFormatPropertiesAMD> implements org.lwjgl.system.NativeResource
Structure informing whether or not texture gather bias/LOD functionality is supported for a given image format and a given physical device.
Valid Usage (Implicit)

Layout


 struct VkTextureLODGatherFormatPropertiesAMD {
     VkStructureType sType();
     void * pNext();
     VkBool32 supportsTextureGatherLODBiasAMD();
 }