Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalFenceInfo
Packages that use VkPhysicalDeviceExternalFenceInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceExternalFenceInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceExternalFenceInfoModifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) voidVkInstanceCommands.getPhysicalDeviceExternalFencePropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) -
Uses of VkPhysicalDeviceExternalFenceInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExternalFenceInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceExternalFenceInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalFenceInfoModifier and TypeMethodDescription@NotNull VkPhysicalDeviceExternalFenceInfoVkPhysicalDeviceExternalFenceInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExternalFenceInfo.clone(Arena arena, VkPhysicalDeviceExternalFenceInfo src) VkPhysicalDeviceExternalFenceInfo.handleType(int value) VkPhysicalDeviceExternalFenceInfo.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalFenceInfo.sType(int value) VkPhysicalDeviceExternalFenceInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExternalFenceInfoModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceExternalFenceInfo> VkPhysicalDeviceExternalFenceInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExternalFenceInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalFenceInfo.clone(Arena arena, VkPhysicalDeviceExternalFenceInfo src) voidVkPhysicalDeviceExternalFenceInfo.Ptr.write(long index, @NotNull VkPhysicalDeviceExternalFenceInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExternalFenceInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalFenceInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalFenceInfo> consumer)