Class VkVideoDecodeAV1ProfileInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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