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.Ptr
VkDrmFormatModifierPropertiesEXT.Ptr.offset
(long offset) VkDrmFormatModifierPropertiesListEXT.pDrmFormatModifierProperties
(int assumedCount) @NotNull VkDrmFormatModifierPropertiesEXT.Ptr
VkDrmFormatModifierPropertiesEXT.Ptr.reinterpret
(long newSize) Assume theVkDrmFormatModifierPropertiesEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDrmFormatModifierPropertiesEXT.Ptr
that uses the same backing storage as thisVkDrmFormatModifierPropertiesEXT.Ptr
, but with the new size.VkDrmFormatModifierPropertiesEXT.Ptr.slice
(long end) @NotNull VkDrmFormatModifierPropertiesEXT.Ptr
VkDrmFormatModifierPropertiesEXT.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).