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 TypeMethodDescriptionintVkDeviceCommands.importFenceSciSyncFenceNV(VkDevice device, VkImportFenceSciSyncInfoNV pImportFenceSciSyncInfo) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkImportFenceSciSyncInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImportFenceSciSyncInfoNVModifier and TypeMethodDescriptionstatic VkImportFenceSciSyncInfoNV@NotNull VkImportFenceSciSyncInfoNVVkImportFenceSciSyncInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImportFenceSciSyncInfoNVVkImportFenceSciSyncInfoNV.clone(Arena arena, VkImportFenceSciSyncInfoNV src) VkImportFenceSciSyncInfoNV.handle(@NotNull MemorySegment value) VkImportFenceSciSyncInfoNV.handleType(int value) VkImportFenceSciSyncInfoNV.pNext(@NotNull MemorySegment 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 VkImportFenceSciSyncInfoNVVkImportFenceSciSyncInfoNV.clone(Arena arena, VkImportFenceSciSyncInfoNV src) voidVkImportFenceSciSyncInfoNV.Ptr.write(long index, @NotNull VkImportFenceSciSyncInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImportFenceSciSyncInfoNVModifier and TypeMethodDescriptionVkImportFenceSciSyncInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkImportFenceSciSyncInfoNV> consumer)