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 recordRepresents a pointer to / an array ofVkInputAttachmentAspectReferencestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkInputAttachmentAspectReferenceModifier and TypeMethodDescriptionVkInputAttachmentAspectReference.aspectMask(int value) @NotNull VkInputAttachmentAspectReferenceVkInputAttachmentAspectReference.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 VkInputAttachmentAspectReferenceVkRenderPassInputAttachmentAspectCreateInfo.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) voidVkInputAttachmentAspectReference.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)