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