Uses of Interface
club.doki7.vulkan.datatype.IVkVideoSessionMemoryRequirementsKHR
Packages that use IVkVideoSessionMemoryRequirementsKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkVideoSessionMemoryRequirementsKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkVideoSessionMemoryRequirementsKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getVideoSessionMemoryRequirementsKHR
(VkDevice device, VkVideoSessionKHR videoSession, IntPtr pMemoryRequirementsCount, @Nullable IVkVideoSessionMemoryRequirementsKHR pMemoryRequirements) -
Uses of IVkVideoSessionMemoryRequirementsKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkVideoSessionMemoryRequirementsKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkVideoSessionMemoryRequirementsKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkVideoSessionMemoryRequirementsKHR
structure(s) in native memory.