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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSemaphoreSciSyncPoolCreateInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeMethodDescription@NotNull VkSemaphoreSciSyncPoolCreateInfoNVVkSemaphoreSciSyncPoolCreateInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSemaphoreSciSyncPoolCreateInfoNV.clone(Arena arena, VkSemaphoreSciSyncPoolCreateInfoNV src) VkSemaphoreSciSyncPoolCreateInfoNV.handle(@NotNull MemorySegment value) VkSemaphoreSciSyncPoolCreateInfoNV.pNext(@NotNull MemorySegment value) 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) voidVkSemaphoreSciSyncPoolCreateInfoNV.Ptr.write(long index, @NotNull VkSemaphoreSciSyncPoolCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreSciSyncPoolCreateInfoNVModifier and TypeMethodDescriptionVkSemaphoreSciSyncPoolCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreSciSyncPoolCreateInfoNV> consumer)