Uses of Record Class
club.doki7.vulkan.datatype.VkFramebufferAttachmentImageInfo.Ptr
Packages that use VkFramebufferAttachmentImageInfo.Ptr
-
Uses of VkFramebufferAttachmentImageInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkFramebufferAttachmentImageInfo.PtrModifier and TypeMethodDescriptionVkFramebufferAttachmentImageInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkFramebufferAttachmentImageInfo> consumer) @NotNull VkFramebufferAttachmentImageInfo.PtrVkFramebufferAttachmentImageInfo.Ptr.offset(long offset) VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfos(int assumedCount) @NotNull VkFramebufferAttachmentImageInfo.PtrVkFramebufferAttachmentImageInfo.Ptr.reinterpret(long newSize) Assume theVkFramebufferAttachmentImageInfo.Ptris capable of holding at leastnewSizestructures, create a new viewVkFramebufferAttachmentImageInfo.Ptrthat uses the same backing storage as thisVkFramebufferAttachmentImageInfo.Ptr, but with the new size.VkFramebufferAttachmentImageInfo.Ptr.slice(long end) @NotNull VkFramebufferAttachmentImageInfo.PtrVkFramebufferAttachmentImageInfo.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).