Uses of Record Class
club.doki7.vulkan.datatype.VkInputAttachmentAspectReference.Ptr
Packages that use VkInputAttachmentAspectReference.Ptr
-
Uses of VkInputAttachmentAspectReference.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkInputAttachmentAspectReference.PtrModifier and TypeMethodDescriptionVkInputAttachmentAspectReference.Ptr.at(long index, @NotNull Consumer<@NotNull VkInputAttachmentAspectReference> consumer) @NotNull VkInputAttachmentAspectReference.PtrVkInputAttachmentAspectReference.Ptr.offset(long offset) VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferences(int assumedCount) @NotNull VkInputAttachmentAspectReference.PtrVkInputAttachmentAspectReference.Ptr.reinterpret(long newSize) Assume theVkInputAttachmentAspectReference.Ptris capable of holding at leastnewSizestructures, create a new viewVkInputAttachmentAspectReference.Ptrthat uses the same backing storage as thisVkInputAttachmentAspectReference.Ptr, but with the new size.VkInputAttachmentAspectReference.Ptr.slice(long end) @NotNull VkInputAttachmentAspectReference.PtrVkInputAttachmentAspectReference.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).