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