|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vkd3d.h>

Public Attributes | |
| enum vkd3d_structure_type | type |
| const void * | next |
| uint64_t | ticks_per_second |
A chained structure to specify the host time domain.
This structure extends vkd3d_instance_create_info.
| uint64_t vkd3d_host_time_domain_info::ticks_per_second |
The number of clock ticks per second, used for GetClockCalibration(). It should normally match the expected result of QueryPerformanceFrequency(). If this chained structure is not used then 10 millions is used, which means that each tick is a tenth of microsecond, or equivalently 100 nanoseconds.
Definition at line 240 of file vkd3d.h.
Referenced by vkd3d_instance_init().
| enum vkd3d_structure_type vkd3d_host_time_domain_info::type |