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