Class VkPhysicalDeviceYcbcrImageArraysFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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