Class VkImageViewMinLodCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImageViewMinLodCreateInfoEXT extends Struct<VkImageViewMinLodCreateInfoEXT> implements NativeResource
struct VkImageViewMinLodCreateInfoEXT {
    VkStructureType sType;
    void const * pNext;
    float minLod;
}