Class VkVideoEncodeAV1RateControlLayerInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeAV1RateControlLayerInfoKHR extends Struct<VkVideoEncodeAV1RateControlLayerInfoKHR> implements NativeResource

 struct VkVideoEncodeAV1RateControlLayerInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkBool32 useMinQIndex;
     {@link VkVideoEncodeAV1QIndexKHR VkVideoEncodeAV1QIndexKHR} minQIndex;
     VkBool32 useMaxQIndex;
     {@link VkVideoEncodeAV1QIndexKHR VkVideoEncodeAV1QIndexKHR} maxQIndex;
     VkBool32 useMaxFrameSize;
     {@link VkVideoEncodeAV1FrameSizeKHR VkVideoEncodeAV1FrameSizeKHR} maxFrameSize;
 }