Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreSciSyncPoolCreateInfoNV
Packages that use VkSemaphoreSciSyncPoolCreateInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkSemaphoreSciSyncPoolCreateInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.createSemaphoreSciSyncPoolNV
(VkDevice device, VkSemaphoreSciSyncPoolCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphoreSciSyncPoolNV.Ptr pSemaphorePool) -
Uses of VkSemaphoreSciSyncPoolCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSemaphoreSciSyncPoolCreateInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeMethodDescription@NotNull VkSemaphoreSciSyncPoolCreateInfoNV
VkSemaphoreSciSyncPoolCreateInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSemaphoreSciSyncPoolCreateInfoNV.clone
(Arena arena, VkSemaphoreSciSyncPoolCreateInfoNV src) VkSemaphoreSciSyncPoolCreateInfoNV.sType
(int value) VkSemaphoreSciSyncPoolCreateInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkSemaphoreSciSyncPoolCreateInfoNV> VkSemaphoreSciSyncPoolCreateInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeMethodDescriptionVkSemaphoreSciSyncPoolCreateInfoNV.clone
(Arena arena, VkSemaphoreSciSyncPoolCreateInfoNV src) void
VkSemaphoreSciSyncPoolCreateInfoNV.Ptr.write
(long index, @NotNull VkSemaphoreSciSyncPoolCreateInfoNV value)