Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
Packages that use VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
-
Uses of VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1GopRemainingFrameInfoKHR.PtrModifier and TypeMethodDescriptionVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoEncodeAV1GopRemainingFrameInfoKHR> consumer) VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.offset
(long offset) VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
that uses the same backing storage as thisVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr
, but with the new size.VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.slice
(long end) VkVideoEncodeAV1GopRemainingFrameInfoKHR.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).