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