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.PtrVkDisplayPropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkDisplayPropertiesKHR> consumer) @NotNull VkDisplayPropertiesKHR.PtrVkDisplayPropertiesKHR.Ptr.offset(long offset) @NotNull VkDisplayPropertiesKHR.PtrVkDisplayPropertiesKHR.Ptr.reinterpret(long newSize) Assume theVkDisplayPropertiesKHR.Ptris capable of holding at leastnewSizestructures, create a new viewVkDisplayPropertiesKHR.Ptrthat uses the same backing storage as thisVkDisplayPropertiesKHR.Ptr, but with the new size.VkDisplayPropertiesKHR.Ptr.slice(long end) @NotNull VkDisplayPropertiesKHR.PtrVkDisplayPropertiesKHR.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).