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