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