Uses of Interface
club.doki7.vulkan.datatype.IVkPastPresentationTimingGOOGLE
Packages that use IVkPastPresentationTimingGOOGLE
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkPastPresentationTimingGOOGLE in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkPastPresentationTimingGOOGLEModifier and TypeMethodDescriptionint
VkDeviceCommands.getPastPresentationTimingGOOGLE
(VkDevice device, VkSwapchainKHR swapchain, IntPtr pPresentationTimingCount, @Nullable IVkPastPresentationTimingGOOGLE pPresentationTimings) -
Uses of IVkPastPresentationTimingGOOGLE in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkPastPresentationTimingGOOGLEModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkPastPresentationTimingGOOGLE
structure in native memory.static final record
Represents a pointer to / an array ofVkPastPresentationTimingGOOGLE
structure(s) in native memory.