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.Ptr
VkInputAttachmentAspectReference.Ptr.offset
(long offset) VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferences
(int assumedCount) @NotNull VkInputAttachmentAspectReference.Ptr
VkInputAttachmentAspectReference.Ptr.reinterpret
(long newSize) Assume theVkInputAttachmentAspectReference.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkInputAttachmentAspectReference.Ptr
that uses the same backing storage as thisVkInputAttachmentAspectReference.Ptr
, but with the new size.VkInputAttachmentAspectReference.Ptr.slice
(long end) @NotNull VkInputAttachmentAspectReference.Ptr
VkInputAttachmentAspectReference.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).