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.Ptr
VkFramebufferAttachmentImageInfo.Ptr.offset
(long offset) VkFramebufferAttachmentsCreateInfo.pAttachmentImageInfos
(int assumedCount) @NotNull VkFramebufferAttachmentImageInfo.Ptr
VkFramebufferAttachmentImageInfo.Ptr.reinterpret
(long newSize) Assume theVkFramebufferAttachmentImageInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkFramebufferAttachmentImageInfo.Ptr
that uses the same backing storage as thisVkFramebufferAttachmentImageInfo.Ptr
, but with the new size.VkFramebufferAttachmentImageInfo.Ptr.slice
(long end) @NotNull VkFramebufferAttachmentImageInfo.Ptr
VkFramebufferAttachmentImageInfo.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).