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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkCuLaunchInfoNVX
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCuLaunchInfoNVXModifier and TypeMethodDescriptionstatic VkCuLaunchInfoNVX
@NotNull VkCuLaunchInfoNVX
VkCuLaunchInfoNVX.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 VkCuLaunchInfoNVX
VkCuLaunchInfoNVX.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.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 VkCuLaunchInfoNVX
VkCuLaunchInfoNVX.clone
(Arena arena, VkCuLaunchInfoNVX src) void
VkCuLaunchInfoNVX.Ptr.write
(long index, @NotNull VkCuLaunchInfoNVX value)