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