Uses of Record Class
club.doki7.vulkan.datatype.VkCuLaunchInfoNVX
Packages that use VkCuLaunchInfoNVX
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkCuLaunchInfoNVX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCuLaunchInfoNVXModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdCuLaunchKernelNVX(VkCommandBuffer commandBuffer, VkCuLaunchInfoNVX pLaunchInfo) -
Uses of VkCuLaunchInfoNVX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCuLaunchInfoNVXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCuLaunchInfoNVXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCuLaunchInfoNVXModifier and TypeMethodDescriptionstatic VkCuLaunchInfoNVX@NotNull VkCuLaunchInfoNVXVkCuLaunchInfoNVX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkCuLaunchInfoNVX.blockDimX(int value) VkCuLaunchInfoNVX.blockDimY(int value) VkCuLaunchInfoNVX.blockDimZ(int value) static VkCuLaunchInfoNVXVkCuLaunchInfoNVX.clone(Arena arena, VkCuLaunchInfoNVX src) VkCuLaunchInfoNVX.extraCount(long value) VkCuLaunchInfoNVX.function(@Nullable VkCuFunctionNVX value) VkCuLaunchInfoNVX.gridDimX(int value) VkCuLaunchInfoNVX.gridDimY(int value) VkCuLaunchInfoNVX.gridDimZ(int value) VkCuLaunchInfoNVX.paramCount(long value) VkCuLaunchInfoNVX.pExtras(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pNext(@NotNull MemorySegment value) VkCuLaunchInfoNVX.pParams(@NotNull MemorySegment value) VkCuLaunchInfoNVX.sharedMemBytes(int value) VkCuLaunchInfoNVX.sType(int value) VkCuLaunchInfoNVX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCuLaunchInfoNVXModifier and TypeMethodDescription@NotNull Iterator<VkCuLaunchInfoNVX> VkCuLaunchInfoNVX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCuLaunchInfoNVXModifier and TypeMethodDescriptionstatic VkCuLaunchInfoNVXVkCuLaunchInfoNVX.clone(Arena arena, VkCuLaunchInfoNVX src) voidVkCuLaunchInfoNVX.Ptr.write(long index, @NotNull VkCuLaunchInfoNVX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCuLaunchInfoNVXModifier and TypeMethodDescriptionVkCuLaunchInfoNVX.Ptr.at(long index, @NotNull Consumer<@NotNull VkCuLaunchInfoNVX> consumer)