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