Uses of Record Class
club.doki7.vulkan.datatype.VkDispatchGraphCountInfoAMDX
Packages that use VkDispatchGraphCountInfoAMDX
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDispatchGraphCountInfoAMDX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDispatchGraphCountInfoAMDXModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdDispatchGraphAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) void
VkDeviceCommands.cmdDispatchGraphIndirectAMDX
(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) -
Uses of VkDispatchGraphCountInfoAMDX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDispatchGraphCountInfoAMDXModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDispatchGraphCountInfoAMDX
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchGraphCountInfoAMDXModifier and TypeMethodDescriptionstatic VkDispatchGraphCountInfoAMDX
@NotNull VkDispatchGraphCountInfoAMDX
VkDispatchGraphCountInfoAMDX.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDispatchGraphCountInfoAMDX
VkDispatchGraphCountInfoAMDX.clone
(Arena arena, VkDispatchGraphCountInfoAMDX src) VkDispatchGraphCountInfoAMDX.count
(int value) VkDispatchGraphCountInfoAMDX.infos
(@NotNull VkDeviceOrHostAddressConstAMDX value) VkDispatchGraphCountInfoAMDX.infos
(Consumer<@NotNull VkDeviceOrHostAddressConstAMDX> consumer) VkDispatchGraphCountInfoAMDX.stride
(long value) VkDispatchGraphCountInfoAMDX.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDispatchGraphCountInfoAMDXModifier and TypeMethodDescription@NotNull Iterator
<VkDispatchGraphCountInfoAMDX> VkDispatchGraphCountInfoAMDX.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDispatchGraphCountInfoAMDXModifier and TypeMethodDescriptionstatic VkDispatchGraphCountInfoAMDX
VkDispatchGraphCountInfoAMDX.clone
(Arena arena, VkDispatchGraphCountInfoAMDX src) void
VkDispatchGraphCountInfoAMDX.Ptr.write
(long index, @NotNull VkDispatchGraphCountInfoAMDX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDispatchGraphCountInfoAMDXModifier and TypeMethodDescriptionVkDispatchGraphCountInfoAMDX.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDispatchGraphCountInfoAMDX> consumer)