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