Uses of Interface
club.doki7.vulkan.datatype.IVkDisplayPlanePropertiesKHR
Packages that use IVkDisplayPlanePropertiesKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkDisplayPlanePropertiesKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkDisplayPlanePropertiesKHRModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceDisplayPlanePropertiesKHR
(VkPhysicalDevice physicalDevice, IntPtr pPropertyCount, @Nullable IVkDisplayPlanePropertiesKHR pProperties) -
Uses of IVkDisplayPlanePropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkDisplayPlanePropertiesKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkDisplayPlanePropertiesKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkDisplayPlanePropertiesKHR
structure(s) in native memory.