Class VkVideoEncodeH265NaluSliceSegmentInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkVideoEncodeH265NaluSliceSegmentInfoKHR extends Struct<VkVideoEncodeH265NaluSliceSegmentInfoKHR> implements NativeResource
struct VkVideoEncodeH265NaluSliceSegmentInfoKHR {
    VkStructureType sType;
    void const * pNext;
    int32_t constantQp;
    StdVideoEncodeH265SliceSegmentHeader const * pStdSliceSegmentHeader;
}