Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH265RateControlLayerInfoKHR.Ptr
Packages that use VkVideoEncodeH265RateControlLayerInfoKHR.Ptr
-
Uses of VkVideoEncodeH265RateControlLayerInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH265RateControlLayerInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeH265RateControlLayerInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeH265RateControlLayerInfoKHR> consumer) VkVideoEncodeH265RateControlLayerInfoKHR.Ptr.offset(long offset) VkVideoEncodeH265RateControlLayerInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeH265RateControlLayerInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeH265RateControlLayerInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeH265RateControlLayerInfoKHR.Ptr, but with the new size.VkVideoEncodeH265RateControlLayerInfoKHR.Ptr.slice(long end) VkVideoEncodeH265RateControlLayerInfoKHR.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).