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