Class VkPhysicalDeviceVideoMaintenance1FeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceVideoMaintenance1FeaturesKHR extends Struct<VkPhysicalDeviceVideoMaintenance1FeaturesKHR> implements NativeResource

 struct VkPhysicalDeviceVideoMaintenance1FeaturesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 videoMaintenance1;
 }