Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeInfoKHR.Ptr
Packages that use VkVideoEncodeInfoKHR.Ptr
-
Uses of VkVideoEncodeInfoKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoEncodeInfoKHR.PtrModifier and TypeMethodDescriptionstatic VkVideoEncodeInfoKHR.PtrVkVideoEncodeInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeInfoKHR> consumer) @NotNull VkVideoEncodeInfoKHR.PtrVkVideoEncodeInfoKHR.Ptr.offset(long offset) @NotNull VkVideoEncodeInfoKHR.PtrVkVideoEncodeInfoKHR.Ptr.reinterpret(long newSize) Assume theVkVideoEncodeInfoKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkVideoEncodeInfoKHR.Ptrthat uses the same backing storage as thisVkVideoEncodeInfoKHR.Ptr, but with the new size.VkVideoEncodeInfoKHR.Ptr.slice(long end) @NotNull VkVideoEncodeInfoKHR.PtrVkVideoEncodeInfoKHR.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).