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