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 TypeMethodDescriptionint
VkInstanceCommands.enumerateDeviceLayerProperties
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkLayerProperties pProperties) int
VkEntryCommands.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 record
Represents a pointer to aVkLayerProperties
structure in native memory.static final record
Represents a pointer to / an array ofVkLayerProperties
structure(s) in native memory.