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