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