Class VkTextureLODGatherFormatPropertiesAMD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkTextureLODGatherFormatPropertiesAMD extends Struct<VkTextureLODGatherFormatPropertiesAMD> implements NativeResource
struct VkTextureLODGatherFormatPropertiesAMD {
    VkStructureType sType;
    void * pNext;
    VkBool32 supportsTextureGatherLODBiasAMD;
}