Uses of Interface
club.doki7.vulkan.datatype.IVkLayerProperties
Packages that use IVkLayerProperties
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkLayerProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkLayerPropertiesModifier and TypeMethodDescriptionintVkInstanceCommands.enumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) intVkEntryCommands.enumerateInstanceLayerProperties(IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) -
Uses of IVkLayerProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkLayerPropertiesModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkLayerPropertiesstructure in native memory.static final recordRepresents a pointer to / an array ofVkLayerPropertiesstructure(s) in native memory.