Class VkPhysicalDeviceVideoMaintenance2FeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceVideoMaintenance2FeaturesKHR extends Struct<VkPhysicalDeviceVideoMaintenance2FeaturesKHR> implements NativeResource

 struct VkPhysicalDeviceVideoMaintenance2FeaturesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 videoMaintenance2;
 }