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