Uses of Record Class
club.doki7.vulkan.datatype.VkCudaLaunchInfoNV
Packages that use VkCudaLaunchInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCudaLaunchInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCudaLaunchInfoNVModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdCudaLaunchKernelNV
(VkCommandBuffer commandBuffer, VkCudaLaunchInfoNV pLaunchInfo) -
Uses of VkCudaLaunchInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCudaLaunchInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCudaLaunchInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCudaLaunchInfoNVModifier and TypeMethodDescriptionstatic VkCudaLaunchInfoNV
@NotNull VkCudaLaunchInfoNV
VkCudaLaunchInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCudaLaunchInfoNV.blockDimX
(int value) VkCudaLaunchInfoNV.blockDimY
(int value) VkCudaLaunchInfoNV.blockDimZ
(int value) static VkCudaLaunchInfoNV
VkCudaLaunchInfoNV.clone
(Arena arena, VkCudaLaunchInfoNV src) VkCudaLaunchInfoNV.extraCount
(long value) VkCudaLaunchInfoNV.function
(@Nullable VkCudaFunctionNV value) VkCudaLaunchInfoNV.gridDimX
(int value) VkCudaLaunchInfoNV.gridDimY
(int value) VkCudaLaunchInfoNV.gridDimZ
(int value) VkCudaLaunchInfoNV.paramCount
(long value) VkCudaLaunchInfoNV.sharedMemBytes
(int value) VkCudaLaunchInfoNV.sType
(int value) VkCudaLaunchInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCudaLaunchInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkCudaLaunchInfoNV> VkCudaLaunchInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCudaLaunchInfoNVModifier and TypeMethodDescriptionstatic VkCudaLaunchInfoNV
VkCudaLaunchInfoNV.clone
(Arena arena, VkCudaLaunchInfoNV src) void
VkCudaLaunchInfoNV.Ptr.write
(long index, @NotNull VkCudaLaunchInfoNV value)