Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr
Packages that use VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr
-
Uses of VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1RateControlLayerInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeAV1RateControlLayerInfoKHR> consumer) VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.offset(long offset) VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeAV1RateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeAV1RateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeAV1RateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.slice(long end) VkVideoEncodeAV1RateControlLayerInfoKHR.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).