Uses of Interface
club.doki7.vulkan.datatype.IVkSurfaceFormat2KHR
Packages that use IVkSurfaceFormat2KHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkSurfaceFormat2KHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkSurfaceFormat2KHRModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceSurfaceFormats2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSurfaceInfo2KHR pSurfaceInfo, IntPtr pSurfaceFormatCount, @Nullable IVkSurfaceFormat2KHR pSurfaceFormats) -
Uses of IVkSurfaceFormat2KHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkSurfaceFormat2KHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkSurfaceFormat2KHR
structure in native memory.static final record
Represents a pointer to / an array ofVkSurfaceFormat2KHR
structure(s) in native memory.