Uses of Interface
club.doki7.vulkan.datatype.IVkCalibratedTimestampInfoKHR
Packages that use IVkCalibratedTimestampInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkCalibratedTimestampInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkCalibratedTimestampInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getCalibratedTimestampsEXT
(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) int
VkDeviceCommands.getCalibratedTimestampsKHR
(VkDevice device, int timestampCount, IVkCalibratedTimestampInfoKHR pTimestampInfos, LongPtr pTimestamps, LongPtr pMaxDeviation) -
Uses of IVkCalibratedTimestampInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkCalibratedTimestampInfoKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkCalibratedTimestampInfoKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkCalibratedTimestampInfoKHR
structure(s) in native memory.