Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentReference2.Ptr
Packages that use VkAttachmentReference2.Ptr
-
Uses of VkAttachmentReference2.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAttachmentReference2.PtrModifier and TypeMethodDescriptionstatic VkAttachmentReference2.PtrVkAttachmentReference2.Ptr.at(long index, @NotNull Consumer<@NotNull VkAttachmentReference2> consumer) @NotNull VkAttachmentReference2.PtrVkAttachmentReference2.Ptr.offset(long offset) VkSubpassDescription2.pColorAttachments(int assumedCount) VkSubpassDescription2.pDepthStencilAttachment(int assumedCount) VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment(int assumedCount) VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachment(int assumedCount) VkSubpassDescription2.pInputAttachments(int assumedCount) VkSubpassDescription2.pResolveAttachments(int assumedCount) @NotNull VkAttachmentReference2.PtrVkAttachmentReference2.Ptr.reinterpret(long newSize) Assume theVkAttachmentReference2.Ptris capable of holding at leastnewSizestructures, create a new viewVkAttachmentReference2.Ptrthat uses the same backing storage as thisVkAttachmentReference2.Ptr, but with the new size.VkAttachmentReference2.Ptr.slice(long end) @NotNull VkAttachmentReference2.PtrVkAttachmentReference2.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).