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 TypeMethodDescriptionintVkInstanceCommands.enumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, @Nullable BytePtr pLayerName, IntPtr pPropertyCount, @Nullable IVkExtensionProperties pProperties) intVkEntryCommands.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 recordRepresents a pointer to aVkExtensionPropertiesstructure in native memory.static final recordRepresents a pointer to / an array ofVkExtensionPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkExtensionPropertiesModifier and TypeMethodDescriptionVkVideoSessionCreateInfoKHR.pStdHeaderVersion(@Nullable IVkExtensionProperties value)