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