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