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