Uses of Record Class
club.doki7.vulkan.datatype.VkFenceGetSciSyncInfoNV
Packages that use VkFenceGetSciSyncInfoNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkFenceGetSciSyncInfoNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkFenceGetSciSyncInfoNVModifier and TypeMethodDescriptionint
VkDeviceCommands.getFenceSciSyncFenceNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) int
VkDeviceCommands.getFenceSciSyncObjNV
(VkDevice device, VkFenceGetSciSyncInfoNV pGetSciSyncHandleInfo, @NotNull MemorySegment pHandle) -
Uses of VkFenceGetSciSyncInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkFenceGetSciSyncInfoNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkFenceGetSciSyncInfoNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFenceGetSciSyncInfoNVModifier and TypeMethodDescriptionstatic VkFenceGetSciSyncInfoNV
@NotNull VkFenceGetSciSyncInfoNV
VkFenceGetSciSyncInfoNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkFenceGetSciSyncInfoNV
VkFenceGetSciSyncInfoNV.clone
(Arena arena, VkFenceGetSciSyncInfoNV src) VkFenceGetSciSyncInfoNV.handleType
(int value) VkFenceGetSciSyncInfoNV.pNext
(@NotNull MemorySegment value) VkFenceGetSciSyncInfoNV.sType
(int value) VkFenceGetSciSyncInfoNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkFenceGetSciSyncInfoNVModifier and TypeMethodDescription@NotNull Iterator
<VkFenceGetSciSyncInfoNV> VkFenceGetSciSyncInfoNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkFenceGetSciSyncInfoNVModifier and TypeMethodDescriptionstatic VkFenceGetSciSyncInfoNV
VkFenceGetSciSyncInfoNV.clone
(Arena arena, VkFenceGetSciSyncInfoNV src) void
VkFenceGetSciSyncInfoNV.Ptr.write
(long index, @NotNull VkFenceGetSciSyncInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkFenceGetSciSyncInfoNVModifier and TypeMethodDescriptionVkFenceGetSciSyncInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkFenceGetSciSyncInfoNV> consumer)