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