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