Class VkFilterCubicImageViewImageFormatPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkFilterCubicImageViewImageFormatPropertiesEXT extends Struct<VkFilterCubicImageViewImageFormatPropertiesEXT> implements NativeResource
Structure for querying cubic filtering capabilities of an image view type.
Valid Usage (Implicit)
Valid Usage

Layout


 struct VkFilterCubicImageViewImageFormatPropertiesEXT {
     VkStructureType sType();
     void * pNext();
     VkBool32 filterCubic();
     VkBool32 filterCubicMinmax();
 }