ReactOS 0.4.17-dev-934-g091855f
vkd3d_host_time_domain_info Struct Reference

#include <vkd3d.h>

Collaboration diagram for vkd3d_host_time_domain_info:

Public Attributes

enum vkd3d_structure_type type
 
const void * next
 
uint64_t ticks_per_second
 

Detailed Description

A chained structure to specify the host time domain.

This structure extends vkd3d_instance_create_info.

Since
1.3

Definition at line 227 of file vkd3d.h.

Member Data Documentation

◆ next

const void* vkd3d_host_time_domain_info::next

Optional pointer to a structure containing further parameters.

Definition at line 232 of file vkd3d.h.

◆ ticks_per_second

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().

◆ type

enum vkd3d_structure_type vkd3d_host_time_domain_info::type

Must be set to VKD3D_STRUCTURE_TYPE_HOST_TIME_DOMAIN_INFO.

Definition at line 230 of file vkd3d.h.


The documentation for this struct was generated from the following file: