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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer toVkCuFunctionNVX
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkCuFunctionNVXModifier and TypeMethodDescription@Nullable VkCuFunctionNVX
VkCuFunctionNVX.Ptr.read()
@Nullable VkCuFunctionNVX
VkCuFunctionNVX.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.Ptr
VkCuFunctionNVX.Ptr.allocate
(Arena arena, @Nullable VkCuFunctionNVX @NotNull [] values) static VkCuFunctionNVX.Ptr
VkCuFunctionNVX.Ptr.allocateV
(Arena arena, @Nullable VkCuFunctionNVX value0, @Nullable VkCuFunctionNVX... values) void
VkCuFunctionNVX.Ptr.write
(long index, @Nullable VkCuFunctionNVX value) void
VkCuFunctionNVX.Ptr.write
(@Nullable VkCuFunctionNVX value) void
VkCuFunctionNVX.Ptr.write
(@Nullable VkCuFunctionNVX[] values) void
VkCuFunctionNVX.Ptr.writeV
(@Nullable VkCuFunctionNVX value0, @Nullable VkCuFunctionNVX... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkCuFunctionNVXModifier and TypeMethodDescriptionstatic VkCuFunctionNVX.Ptr
VkCuFunctionNVX.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkCuFunctionNVX> values)