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