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