Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentDescription
Packages that use VkAttachmentDescription
-
Uses of VkAttachmentDescription in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentDescriptionModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkAttachmentDescriptionstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentDescriptionModifier and TypeMethodDescriptionstatic VkAttachmentDescription@NotNull VkAttachmentDescriptionVkAttachmentDescription.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkAttachmentDescriptionVkAttachmentDescription.clone(Arena arena, VkAttachmentDescription src) VkAttachmentDescription.finalLayout(int value) VkAttachmentDescription.flags(int value) VkAttachmentDescription.format(int value) VkAttachmentDescription.initialLayout(int value) VkAttachmentDescription.loadOp(int value) @Nullable VkAttachmentDescriptionVkRenderPassCreateInfo.pAttachments()VkAttachmentDescription.samples(int value) VkAttachmentDescription.stencilLoadOp(int value) VkAttachmentDescription.stencilStoreOp(int value) VkAttachmentDescription.storeOp(int value) VkAttachmentDescription.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentDescriptionModifier and TypeMethodDescription@NotNull Iterator<VkAttachmentDescription> VkAttachmentDescription.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentDescriptionModifier and TypeMethodDescriptionstatic VkAttachmentDescriptionVkAttachmentDescription.clone(Arena arena, VkAttachmentDescription src) voidVkAttachmentDescription.Ptr.write(long index, @NotNull VkAttachmentDescription value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentDescriptionModifier and TypeMethodDescriptionVkAttachmentDescription.Ptr.at(long index, @NotNull Consumer<@NotNull VkAttachmentDescription> consumer)