Uses of Record Class
club.doki7.vulkan.datatype.NvSciSyncFenceVKREF
Packages that use NvSciSyncFenceVKREF
-
Uses of NvSciSyncFenceVKREF in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type NvSciSyncFenceVKREFModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return NvSciSyncFenceVKREFModifier and TypeMethodDescriptionstatic NvSciSyncFenceVKREF
@NotNull NvSciSyncFenceVKREF
NvSciSyncFenceVKREF.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static NvSciSyncFenceVKREF
NvSciSyncFenceVKREF.clone
(Arena arena, NvSciSyncFenceVKREF src) @Nullable NvSciSyncFenceVKREF
VkSemaphoreSciSyncCreateInfoNV.pFence()
NvSciSyncFenceVKREF.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type NvSciSyncFenceVKREFModifier and TypeMethodDescription@NotNull Iterator
<NvSciSyncFenceVKREF> NvSciSyncFenceVKREF.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type NvSciSyncFenceVKREFModifier and TypeMethodDescriptionstatic NvSciSyncFenceVKREF
NvSciSyncFenceVKREF.clone
(Arena arena, NvSciSyncFenceVKREF src) void
NvSciSyncFenceVKREF.Ptr.write
(long index, @NotNull NvSciSyncFenceVKREF value) Method parameters in club.doki7.vulkan.datatype with type arguments of type NvSciSyncFenceVKREFModifier and TypeMethodDescriptionNvSciSyncFenceVKREF.Ptr.at
(long index, @NotNull Consumer<@NotNull NvSciSyncFenceVKREF> consumer)