You.i Engine
YiSurfaceConfigD3D11.h
Go to the documentation of this file.
1 #ifndef _YI_SURFACE_CONFIG_D3D11_H_
2 #define _YI_SURFACE_CONFIG_D3D11_H_
3 
4 #include <wrl.h>
5 
18 {
20  HWND CoreWindow;
21 };
22 
25 #endif
bool bCreateSwapChainForComposition
Definition: YiSurfaceConfigD3D11.h:19
HWND CoreWindow
Definition: YiSurfaceConfigD3D11.h:20
Surface configuration for D3D 11 to be used as the pDevicePrivate of a CYISurface::Config on D3D11 pl...
Definition: YiSurfaceConfigD3D11.h:17