Uses of Record Class
club.doki7.vulkan.datatype.VkCuFunctionCreateInfoNVX
Packages that use VkCuFunctionCreateInfoNVX
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkCuFunctionCreateInfoNVX in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCuFunctionCreateInfoNVXModifier and TypeMethodDescriptionintVkDeviceCommands.createCuFunctionNVX(VkDevice device, VkCuFunctionCreateInfoNVX pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCuFunctionNVX.Ptr pFunction) -
Uses of VkCuFunctionCreateInfoNVX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCuFunctionCreateInfoNVXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCuFunctionCreateInfoNVXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCuFunctionCreateInfoNVXModifier and TypeMethodDescriptionstatic VkCuFunctionCreateInfoNVX@NotNull VkCuFunctionCreateInfoNVXVkCuFunctionCreateInfoNVX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCuFunctionCreateInfoNVXVkCuFunctionCreateInfoNVX.clone(Arena arena, VkCuFunctionCreateInfoNVX src) VkCuFunctionCreateInfoNVX.module(@Nullable VkCuModuleNVX value) VkCuFunctionCreateInfoNVX.pNext(@NotNull MemorySegment value) VkCuFunctionCreateInfoNVX.sType(int value) VkCuFunctionCreateInfoNVX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCuFunctionCreateInfoNVXModifier and TypeMethodDescription@NotNull Iterator<VkCuFunctionCreateInfoNVX> VkCuFunctionCreateInfoNVX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCuFunctionCreateInfoNVXModifier and TypeMethodDescriptionstatic VkCuFunctionCreateInfoNVXVkCuFunctionCreateInfoNVX.clone(Arena arena, VkCuFunctionCreateInfoNVX src) voidVkCuFunctionCreateInfoNVX.Ptr.write(long index, @NotNull VkCuFunctionCreateInfoNVX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCuFunctionCreateInfoNVXModifier and TypeMethodDescriptionVkCuFunctionCreateInfoNVX.Ptr.at(long index, @NotNull Consumer<@NotNull VkCuFunctionCreateInfoNVX> consumer)