Uses of Record Class
club.doki7.vulkan.handle.VkSemaphoreSciSyncPoolNV
Packages that use VkSemaphoreSciSyncPoolNV
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSemaphoreSciSyncPoolNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroySemaphoreSciSyncPoolNV(VkDevice device, @Nullable VkSemaphoreSciSyncPoolNV semaphorePool, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkSemaphoreSciSyncPoolNV in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescription@Nullable VkSemaphoreSciSyncPoolNVVkSemaphoreSciSyncCreateInfoNV.semaphorePool()Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescriptionVkSemaphoreSciSyncCreateInfoNV.semaphorePool(@Nullable VkSemaphoreSciSyncPoolNV value) -
Uses of VkSemaphoreSciSyncPoolNV in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkSemaphoreSciSyncPoolNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkSemaphoreSciSyncPoolNVhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescription@Nullable VkSemaphoreSciSyncPoolNVVkSemaphoreSciSyncPoolNV.Ptr.read()@Nullable VkSemaphoreSciSyncPoolNVVkSemaphoreSciSyncPoolNV.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescription@NotNull Iterator<VkSemaphoreSciSyncPoolNV> VkSemaphoreSciSyncPoolNV.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescriptionstatic VkSemaphoreSciSyncPoolNV.PtrVkSemaphoreSciSyncPoolNV.Ptr.allocate(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV @NotNull [] values) static VkSemaphoreSciSyncPoolNV.PtrVkSemaphoreSciSyncPoolNV.Ptr.allocateV(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV value0, @Nullable VkSemaphoreSciSyncPoolNV... values) voidVkSemaphoreSciSyncPoolNV.Ptr.write(long index, @Nullable VkSemaphoreSciSyncPoolNV value) voidVkSemaphoreSciSyncPoolNV.Ptr.write(@Nullable VkSemaphoreSciSyncPoolNV value) voidVkSemaphoreSciSyncPoolNV.Ptr.write(@Nullable VkSemaphoreSciSyncPoolNV[] values) voidVkSemaphoreSciSyncPoolNV.Ptr.writeV(@Nullable VkSemaphoreSciSyncPoolNV value0, @Nullable VkSemaphoreSciSyncPoolNV... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescriptionstatic VkSemaphoreSciSyncPoolNV.PtrVkSemaphoreSciSyncPoolNV.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSemaphoreSciSyncPoolNV> values)