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