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 record
Represents a pointer to / an array ofVkDispatchGraphInfoAMDX
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchGraphInfoAMDXModifier and TypeMethodDescriptionstatic VkDispatchGraphInfoAMDX
@NotNull VkDispatchGraphInfoAMDX
VkDispatchGraphInfoAMDX.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDispatchGraphInfoAMDX
VkDispatchGraphInfoAMDX.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 VkDispatchGraphInfoAMDX
VkDispatchGraphInfoAMDX.clone
(Arena arena, VkDispatchGraphInfoAMDX src) void
VkDispatchGraphInfoAMDX.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)