Class VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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