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