Uses of Record Class
club.doki7.vulkan.datatype.VkSubpassDependency
Packages that use VkSubpassDependency
-
Uses of VkSubpassDependency in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSubpassDependencyModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSubpassDependencystructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassDependencyModifier and TypeMethodDescriptionstatic VkSubpassDependency@NotNull VkSubpassDependencyVkSubpassDependency.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSubpassDependencyVkSubpassDependency.clone(Arena arena, VkSubpassDependency src) VkSubpassDependency.dependencyFlags(int value) VkSubpassDependency.dstAccessMask(int value) VkSubpassDependency.dstStageMask(int value) VkSubpassDependency.dstSubpass(int value) @Nullable VkSubpassDependencyVkRenderPassCreateInfo.pDependencies()VkSubpassDependency.srcAccessMask(int value) VkSubpassDependency.srcStageMask(int value) VkSubpassDependency.srcSubpass(int value) VkSubpassDependency.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSubpassDependencyModifier and TypeMethodDescription@NotNull Iterator<VkSubpassDependency> VkSubpassDependency.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSubpassDependencyModifier and TypeMethodDescriptionstatic VkSubpassDependencyVkSubpassDependency.clone(Arena arena, VkSubpassDependency src) voidVkSubpassDependency.Ptr.write(long index, @NotNull VkSubpassDependency value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSubpassDependencyModifier and TypeMethodDescriptionVkSubpassDependency.Ptr.at(long index, @NotNull Consumer<@NotNull VkSubpassDependency> consumer)