Class VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR extends Struct<VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR> implements NativeResource

 struct VkPhysicalDeviceUnifiedImageLayoutsFeaturesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 unifiedImageLayouts;
     VkBool32 unifiedImageLayoutsVideo;
 }