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