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