Uses of Interface
club.doki7.vulkan.datatype.IVkVideoFormatPropertiesKHR
Packages that use IVkVideoFormatPropertiesKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkVideoFormatPropertiesKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkVideoFormatPropertiesKHRModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) -
Uses of IVkVideoFormatPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkVideoFormatPropertiesKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkVideoFormatPropertiesKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkVideoFormatPropertiesKHR
structure(s) in native memory.