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