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