Uses of Record Class
club.doki7.vulkan.datatype.VkDrmFormatModifierPropertiesEXT.Ptr
Packages that use VkDrmFormatModifierPropertiesEXT.Ptr
-
Uses of VkDrmFormatModifierPropertiesEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDrmFormatModifierPropertiesEXT.PtrModifier and TypeMethodDescriptionVkDrmFormatModifierPropertiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDrmFormatModifierPropertiesEXT> consumer) @NotNull VkDrmFormatModifierPropertiesEXT.PtrVkDrmFormatModifierPropertiesEXT.Ptr.offset(long offset) VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierProperties(int assumedCount) @NotNull VkDrmFormatModifierPropertiesEXT.PtrVkDrmFormatModifierPropertiesEXT.Ptr.reinterpret(long newSize) Assume theVkDrmFormatModifierPropertiesEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkDrmFormatModifierPropertiesEXT.Ptrthat uses the same backing storage as thisVkDrmFormatModifierPropertiesEXT.Ptr, but with the new size.VkDrmFormatModifierPropertiesEXT.Ptr.slice(long end) @NotNull VkDrmFormatModifierPropertiesEXT.PtrVkDrmFormatModifierPropertiesEXT.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).