Class VkVideoEncodeAV1ProfileInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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