Uses of Record Class
club.doki7.vulkan.handle.VkCuFunctionNVX
Packages that use VkCuFunctionNVX
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkCuFunctionNVX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCuFunctionNVXModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyCuFunctionNVX(VkDevice device, VkCuFunctionNVX function, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkCuFunctionNVX in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkCuFunctionNVXMethods in club.doki7.vulkan.datatype with parameters of type VkCuFunctionNVX -
Uses of VkCuFunctionNVX in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkCuFunctionNVXModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkCuFunctionNVXhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkCuFunctionNVXModifier and TypeMethodDescription@Nullable VkCuFunctionNVXVkCuFunctionNVX.Ptr.read()@Nullable VkCuFunctionNVXVkCuFunctionNVX.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkCuFunctionNVXModifier and TypeMethodDescription@NotNull Iterator<VkCuFunctionNVX> VkCuFunctionNVX.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkCuFunctionNVXModifier and TypeMethodDescriptionstatic VkCuFunctionNVX.PtrVkCuFunctionNVX.Ptr.allocate(Arena arena, @Nullable VkCuFunctionNVX @NotNull [] values) static VkCuFunctionNVX.PtrVkCuFunctionNVX.Ptr.allocateV(Arena arena, @Nullable VkCuFunctionNVX value0, @Nullable VkCuFunctionNVX... values) voidVkCuFunctionNVX.Ptr.write(long index, @Nullable VkCuFunctionNVX value) voidVkCuFunctionNVX.Ptr.write(@Nullable VkCuFunctionNVX value) voidVkCuFunctionNVX.Ptr.write(@Nullable VkCuFunctionNVX[] values) voidVkCuFunctionNVX.Ptr.writeV(@Nullable VkCuFunctionNVX value0, @Nullable VkCuFunctionNVX... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkCuFunctionNVXModifier and TypeMethodDescriptionstatic VkCuFunctionNVX.PtrVkCuFunctionNVX.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkCuFunctionNVX> values)