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 record
Represents a pointer to / an array ofVkSubpassDependency
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSubpassDependencyModifier and TypeMethodDescriptionstatic VkSubpassDependency
@NotNull VkSubpassDependency
VkSubpassDependency.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSubpassDependency
VkSubpassDependency.clone
(Arena arena, VkSubpassDependency src) VkSubpassDependency.dependencyFlags
(int value) VkSubpassDependency.dstAccessMask
(int value) VkSubpassDependency.dstStageMask
(int value) VkSubpassDependency.dstSubpass
(int value) @Nullable VkSubpassDependency
VkRenderPassCreateInfo.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 VkSubpassDependency
VkSubpassDependency.clone
(Arena arena, VkSubpassDependency src) void
VkSubpassDependency.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)