Class VkFilterCubicImageViewImageFormatPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkFilterCubicImageViewImageFormatPropertiesEXT extends Struct<VkFilterCubicImageViewImageFormatPropertiesEXT> implements NativeResource
struct VkFilterCubicImageViewImageFormatPropertiesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 filterCubic;
    VkBool32 filterCubicMinmax;
}