Uses of Record Class
club.doki7.vulkan.datatype.VkCudaFunctionCreateInfoNV
Packages that use VkCudaFunctionCreateInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCudaFunctionCreateInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCudaFunctionCreateInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.createCudaFunctionNV
(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) -
Uses of VkCudaFunctionCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCudaFunctionCreateInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCudaFunctionCreateInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCudaFunctionCreateInfoNVModifier and TypeMethodDescriptionstatic VkCudaFunctionCreateInfoNV
@NotNull VkCudaFunctionCreateInfoNV
VkCudaFunctionCreateInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCudaFunctionCreateInfoNV
VkCudaFunctionCreateInfoNV.clone
(Arena arena, VkCudaFunctionCreateInfoNV src) VkCudaFunctionCreateInfoNV.module
(@Nullable VkCudaModuleNV value) VkCudaFunctionCreateInfoNV.pNext
(@NotNull MemorySegment value) VkCudaFunctionCreateInfoNV.sType
(int value) VkCudaFunctionCreateInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCudaFunctionCreateInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkCudaFunctionCreateInfoNV> VkCudaFunctionCreateInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCudaFunctionCreateInfoNVModifier and TypeMethodDescriptionstatic VkCudaFunctionCreateInfoNV
VkCudaFunctionCreateInfoNV.clone
(Arena arena, VkCudaFunctionCreateInfoNV src) void
VkCudaFunctionCreateInfoNV.Ptr.write
(long index, @NotNull VkCudaFunctionCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCudaFunctionCreateInfoNVModifier and TypeMethodDescriptionVkCudaFunctionCreateInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCudaFunctionCreateInfoNV> consumer)