Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreSciSyncCreateInfoNV
Packages that use VkSemaphoreSciSyncCreateInfoNV
-
Uses of VkSemaphoreSciSyncCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreSciSyncCreateInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSemaphoreSciSyncCreateInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreSciSyncCreateInfoNVModifier and TypeMethodDescription@NotNull VkSemaphoreSciSyncCreateInfoNVVkSemaphoreSciSyncCreateInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSemaphoreSciSyncCreateInfoNV.clone(Arena arena, VkSemaphoreSciSyncCreateInfoNV src) VkSemaphoreSciSyncCreateInfoNV.pFence(@Nullable INvSciSyncFenceVKREF value) VkSemaphoreSciSyncCreateInfoNV.pNext(@NotNull MemorySegment value) VkSemaphoreSciSyncCreateInfoNV.semaphorePool(@Nullable VkSemaphoreSciSyncPoolNV value) VkSemaphoreSciSyncCreateInfoNV.sType(int value) VkSemaphoreSciSyncCreateInfoNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreSciSyncCreateInfoNVModifier and TypeMethodDescription@NotNull Iterator<VkSemaphoreSciSyncCreateInfoNV> VkSemaphoreSciSyncCreateInfoNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreSciSyncCreateInfoNVModifier and TypeMethodDescriptionVkSemaphoreSciSyncCreateInfoNV.clone(Arena arena, VkSemaphoreSciSyncCreateInfoNV src) voidVkSemaphoreSciSyncCreateInfoNV.Ptr.write(long index, @NotNull VkSemaphoreSciSyncCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreSciSyncCreateInfoNVModifier and TypeMethodDescriptionVkSemaphoreSciSyncCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreSciSyncCreateInfoNV> consumer)