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