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