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 TypeMethodDescriptionvoid
VkDeviceCommands.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 VkSemaphoreSciSyncPoolNV
VkSemaphoreSciSyncCreateInfoNV.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 record
Represents a pointer toVkSemaphoreSciSyncPoolNV
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSemaphoreSciSyncPoolNVModifier and TypeMethodDescription@Nullable VkSemaphoreSciSyncPoolNV
VkSemaphoreSciSyncPoolNV.Ptr.read()
@Nullable VkSemaphoreSciSyncPoolNV
VkSemaphoreSciSyncPoolNV.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.Ptr
VkSemaphoreSciSyncPoolNV.Ptr.allocate
(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV[] values) static VkSemaphoreSciSyncPoolNV.Ptr
VkSemaphoreSciSyncPoolNV.Ptr.allocateV
(Arena arena, @Nullable VkSemaphoreSciSyncPoolNV value0, @Nullable VkSemaphoreSciSyncPoolNV... values) void
VkSemaphoreSciSyncPoolNV.Ptr.write
(long index, @Nullable VkSemaphoreSciSyncPoolNV value) void
VkSemaphoreSciSyncPoolNV.Ptr.write
(@Nullable VkSemaphoreSciSyncPoolNV value) void
VkSemaphoreSciSyncPoolNV.Ptr.write
(@Nullable VkSemaphoreSciSyncPoolNV[] values) void
VkSemaphoreSciSyncPoolNV.Ptr.writeV
(@Nullable VkSemaphoreSciSyncPoolNV value0, @Nullable VkSemaphoreSciSyncPoolNV... values)