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