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