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