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