Uses of Interface
club.doki7.vulkan.datatype.IVkExtensionProperties
Packages that use IVkExtensionProperties
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkExtensionProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkExtensionPropertiesModifier and TypeMethodDescriptionint
VkInstanceCommands.enumerateDeviceExtensionProperties
(VkPhysicalDevice physicalDevice, @Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) int
VkEntryCommands.enumerateInstanceExtensionProperties
(@Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) -
Uses of IVkExtensionProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkExtensionPropertiesModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkExtensionProperties
structure in native memory.static final record
Represents a pointer to / an array ofVkExtensionProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkExtensionPropertiesModifier and TypeMethodDescriptionVkVideoSessionCreateInfoKHR.pStdHeaderVersion
(@Nullable IVkExtensionProperties value)