Varjo Native SDK
Varjo_types_d3d11.h
Go to the documentation of this file.
1 // Copyright 2019 Varjo Technologies Oy. All rights reserved.
2 
3 #ifndef VARJO_TYPES_D3D11_H
4 #define VARJO_TYPES_D3D11_H
5 
6 #include <d3d11.h>
7 #include <stdint.h>
8 
9 #if defined __cplusplus
10 extern "C" {
11 #endif
12 
16 struct varjo_Luid {
17  uint32_t low;
18  int32_t high;
19 };
20 
21 #if defined __cplusplus
22 }
23 #endif
24 
25 #endif // VARJO_TYPES_D3D11_H
varjo_Luid::low
uint32_t low
Definition: Varjo_types_d3d11.h:17
varjo_Luid::high
int32_t high
Definition: Varjo_types_d3d11.h:18
varjo_Luid
Device Luid.
Definition: Varjo_types_d3d11.h:16