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