Uses of Record Class
club.doki7.vulkan.datatype.VkDispatchGraphInfoAMDX
Packages that use VkDispatchGraphInfoAMDX
-
Uses of VkDispatchGraphInfoAMDX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDispatchGraphInfoAMDXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDispatchGraphInfoAMDXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchGraphInfoAMDXModifier and TypeMethodDescriptionstatic VkDispatchGraphInfoAMDX@NotNull VkDispatchGraphInfoAMDXVkDispatchGraphInfoAMDX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDispatchGraphInfoAMDXVkDispatchGraphInfoAMDX.clone(Arena arena, VkDispatchGraphInfoAMDX src) VkDispatchGraphInfoAMDX.nodeIndex(int value) VkDispatchGraphInfoAMDX.payloadCount(int value) VkDispatchGraphInfoAMDX.payloads(@NotNull VkDeviceOrHostAddressConstAMDX value) VkDispatchGraphInfoAMDX.payloads(Consumer<@NotNull VkDeviceOrHostAddressConstAMDX> consumer) VkDispatchGraphInfoAMDX.payloadStride(long value) VkDispatchGraphInfoAMDX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDispatchGraphInfoAMDXModifier and TypeMethodDescription@NotNull Iterator<VkDispatchGraphInfoAMDX> VkDispatchGraphInfoAMDX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDispatchGraphInfoAMDXModifier and TypeMethodDescriptionstatic VkDispatchGraphInfoAMDXVkDispatchGraphInfoAMDX.clone(Arena arena, VkDispatchGraphInfoAMDX src) voidVkDispatchGraphInfoAMDX.Ptr.write(long index, @NotNull VkDispatchGraphInfoAMDX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDispatchGraphInfoAMDXModifier and TypeMethodDescriptionVkDispatchGraphInfoAMDX.Ptr.at(long index, @NotNull Consumer<@NotNull VkDispatchGraphInfoAMDX> consumer)