Class VkPhysicalDeviceImageViewMinLodFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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