Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalSciSyncFeaturesNV
Packages that use VkPhysicalDeviceExternalSciSyncFeaturesNV
-
Uses of VkPhysicalDeviceExternalSciSyncFeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExternalSciSyncFeaturesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceExternalSciSyncFeaturesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalSciSyncFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExternalSciSyncFeaturesNV.clone(Arena arena, VkPhysicalDeviceExternalSciSyncFeaturesNV src) VkPhysicalDeviceExternalSciSyncFeaturesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncExport(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncFence(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncImport(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sciSyncSemaphore(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.sType(int value) VkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExternalSciSyncFeaturesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExternalSciSyncFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExternalSciSyncFeaturesNV.clone(Arena arena, VkPhysicalDeviceExternalSciSyncFeaturesNV src) voidVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceExternalSciSyncFeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExternalSciSyncFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExternalSciSyncFeaturesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalSciSyncFeaturesNV> consumer)