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