Uses of Record Class
club.doki7.vulkan.datatype.VkExternalFenceProperties
Packages that use VkExternalFenceProperties
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkExternalFenceProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkExternalFencePropertiesModifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceExternalFenceProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) void
VkInstanceCommands.getPhysicalDeviceExternalFencePropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) -
Uses of VkExternalFenceProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExternalFencePropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkExternalFenceProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalFencePropertiesModifier and TypeMethodDescriptionstatic VkExternalFenceProperties
@NotNull VkExternalFenceProperties
VkExternalFenceProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkExternalFenceProperties
VkExternalFenceProperties.clone
(Arena arena, VkExternalFenceProperties src) VkExternalFenceProperties.compatibleHandleTypes
(int value) VkExternalFenceProperties.exportFromImportedHandleTypes
(int value) VkExternalFenceProperties.externalFenceFeatures
(int value) VkExternalFenceProperties.sType
(int value) VkExternalFenceProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExternalFencePropertiesModifier and TypeMethodDescription@NotNull Iterator
<VkExternalFenceProperties> VkExternalFenceProperties.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkExternalFencePropertiesModifier and TypeMethodDescriptionstatic VkExternalFenceProperties
VkExternalFenceProperties.clone
(Arena arena, VkExternalFenceProperties src) void
VkExternalFenceProperties.Ptr.write
(long index, @NotNull VkExternalFenceProperties value)