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