Uses of Record Class
club.doki7.vulkan.datatype.VkDisplayModePropertiesKHR.Ptr
Packages that use VkDisplayModePropertiesKHR.Ptr
-
Uses of VkDisplayModePropertiesKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDisplayModePropertiesKHR.PtrModifier and TypeMethodDescriptionVkDisplayModePropertiesKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDisplayModePropertiesKHR> consumer) @NotNull VkDisplayModePropertiesKHR.Ptr
VkDisplayModePropertiesKHR.Ptr.offset
(long offset) @NotNull VkDisplayModePropertiesKHR.Ptr
VkDisplayModePropertiesKHR.Ptr.reinterpret
(long newSize) Assume theVkDisplayModePropertiesKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDisplayModePropertiesKHR.Ptr
that uses the same backing storage as thisVkDisplayModePropertiesKHR.Ptr
, but with the new size.VkDisplayModePropertiesKHR.Ptr.slice
(long end) @NotNull VkDisplayModePropertiesKHR.Ptr
VkDisplayModePropertiesKHR.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).