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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkCudaLaunchInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCudaLaunchInfoNVModifier and TypeMethodDescriptionstatic VkCudaLaunchInfoNV@NotNull VkCudaLaunchInfoNVVkCudaLaunchInfoNV.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 VkCudaLaunchInfoNVVkCudaLaunchInfoNV.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.pExtras(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pNext(@NotNull MemorySegment value) VkCudaLaunchInfoNV.pParams(@NotNull MemorySegment 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 VkCudaLaunchInfoNVVkCudaLaunchInfoNV.clone(Arena arena, VkCudaLaunchInfoNV src) voidVkCudaLaunchInfoNV.Ptr.write(long index, @NotNull VkCudaLaunchInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCudaLaunchInfoNVModifier and TypeMethodDescriptionVkCudaLaunchInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCudaLaunchInfoNV> consumer)