Uses of Record Class
club.doki7.vulkan.datatype.VkRenderingAttachmentInfo.Ptr
Packages that use VkRenderingAttachmentInfo.Ptr
-
Uses of VkRenderingAttachmentInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkRenderingAttachmentInfo.PtrModifier and TypeMethodDescriptionVkRenderingAttachmentInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkRenderingAttachmentInfo> consumer) @NotNull VkRenderingAttachmentInfo.PtrVkRenderingAttachmentInfo.Ptr.offset(long offset) VkRenderingInfo.pColorAttachments(int assumedCount) VkRenderingInfo.pDepthAttachment(int assumedCount) VkRenderingInfo.pStencilAttachment(int assumedCount) @NotNull VkRenderingAttachmentInfo.PtrVkRenderingAttachmentInfo.Ptr.reinterpret(long newSize) Assume theVkRenderingAttachmentInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkRenderingAttachmentInfo.Ptrthat uses the same backing storage as thisVkRenderingAttachmentInfo.Ptr, but with the new size.VkRenderingAttachmentInfo.Ptr.slice(long end) @NotNull VkRenderingAttachmentInfo.PtrVkRenderingAttachmentInfo.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).