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 TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceExternalFenceProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) void
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkPhysicalDeviceExternalFenceInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalFenceInfoModifier and TypeMethodDescription@NotNull VkPhysicalDeviceExternalFenceInfo
VkPhysicalDeviceExternalFenceInfo.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.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) void
VkPhysicalDeviceExternalFenceInfo.Ptr.write
(long index, @NotNull VkPhysicalDeviceExternalFenceInfo value)