Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceCudaKernelLaunchPropertiesNV
Packages that use VkPhysicalDeviceCudaKernelLaunchPropertiesNV
-
Uses of VkPhysicalDeviceCudaKernelLaunchPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceCudaKernelLaunchPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceCudaKernelLaunchPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceCudaKernelLaunchPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceCudaKernelLaunchPropertiesNV.clone(Arena arena, VkPhysicalDeviceCudaKernelLaunchPropertiesNV src) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMajor(int value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.computeCapabilityMinor(int value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.sType(int value) VkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceCudaKernelLaunchPropertiesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceCudaKernelLaunchPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCudaKernelLaunchPropertiesNV.clone(Arena arena, VkPhysicalDeviceCudaKernelLaunchPropertiesNV src) voidVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceCudaKernelLaunchPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceCudaKernelLaunchPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceCudaKernelLaunchPropertiesNV> consumer)