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