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