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 TypeMethodDescriptionvoidVkDeviceCommands.cmdDispatchGraphAMDX(VkCommandBuffer commandBuffer, long scratch, long scratchSize, VkDispatchGraphCountInfoAMDX pCountInfo) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDispatchGraphCountInfoAMDXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchGraphCountInfoAMDXModifier and TypeMethodDescriptionstatic VkDispatchGraphCountInfoAMDX@NotNull VkDispatchGraphCountInfoAMDXVkDispatchGraphCountInfoAMDX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDispatchGraphCountInfoAMDXVkDispatchGraphCountInfoAMDX.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 VkDispatchGraphCountInfoAMDXVkDispatchGraphCountInfoAMDX.clone(Arena arena, VkDispatchGraphCountInfoAMDX src) voidVkDispatchGraphCountInfoAMDX.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)