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