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 TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalFenceInfo pExternalFenceInfo, VkExternalFenceProperties pExternalFenceProperties) voidVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkExternalFencePropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalFencePropertiesModifier and TypeMethodDescriptionstatic VkExternalFenceProperties@NotNull VkExternalFencePropertiesVkExternalFenceProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExternalFencePropertiesVkExternalFenceProperties.clone(Arena arena, VkExternalFenceProperties src) VkExternalFenceProperties.compatibleHandleTypes(int value) VkExternalFenceProperties.exportFromImportedHandleTypes(int value) VkExternalFenceProperties.externalFenceFeatures(int value) VkExternalFenceProperties.pNext(@NotNull MemorySegment 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 VkExternalFencePropertiesVkExternalFenceProperties.clone(Arena arena, VkExternalFenceProperties src) voidVkExternalFenceProperties.Ptr.write(long index, @NotNull VkExternalFenceProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExternalFencePropertiesModifier and TypeMethodDescriptionVkExternalFenceProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkExternalFenceProperties> consumer)