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