Class VkPhysicalDeviceVideoDecodeVP9FeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceVideoDecodeVP9FeaturesKHR extends Struct<VkPhysicalDeviceVideoDecodeVP9FeaturesKHR> implements NativeResource

 struct VkPhysicalDeviceVideoDecodeVP9FeaturesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 videoDecodeVP9;
 }