Class VkVideoDecodeVP9ProfileInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoDecodeVP9ProfileInfoKHR extends Struct<VkVideoDecodeVP9ProfileInfoKHR> implements NativeResource
struct VkVideoDecodeVP9ProfileInfoKHR {
    VkStructureType sType;
    void const * pNext;
    StdVideoVP9Profile stdProfile;
}