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