Uses of Record Class
club.doki7.vulkan.datatype.VkInputAttachmentAspectReference
Packages that use VkInputAttachmentAspectReference
-
Uses of VkInputAttachmentAspectReference in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkInputAttachmentAspectReferenceModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkInputAttachmentAspectReference
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkInputAttachmentAspectReferenceModifier and TypeMethodDescriptionVkInputAttachmentAspectReference.aspectMask
(int value) @NotNull VkInputAttachmentAspectReference
VkInputAttachmentAspectReference.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkInputAttachmentAspectReference.clone
(Arena arena, VkInputAttachmentAspectReference src) VkInputAttachmentAspectReference.inputAttachmentIndex
(int value) @Nullable VkInputAttachmentAspectReference
VkRenderPassInputAttachmentAspectCreateInfo.pAspectReferences()
VkInputAttachmentAspectReference.subpass
(int value) VkInputAttachmentAspectReference.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkInputAttachmentAspectReferenceModifier and TypeMethodDescription@NotNull Iterator
<VkInputAttachmentAspectReference> VkInputAttachmentAspectReference.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkInputAttachmentAspectReferenceModifier and TypeMethodDescriptionVkInputAttachmentAspectReference.clone
(Arena arena, VkInputAttachmentAspectReference src) void
VkInputAttachmentAspectReference.Ptr.write
(long index, @NotNull VkInputAttachmentAspectReference value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkInputAttachmentAspectReferenceModifier and TypeMethodDescriptionVkInputAttachmentAspectReference.Ptr.at
(long index, @NotNull Consumer<@NotNull VkInputAttachmentAspectReference> consumer)