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