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