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