/src/Graphics_API_DirectX10/DirectX10.cpp
C++ | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | daaf56c9cfbefedab107809b593acaef MD5 | raw file
Possible License(s): AGPL-3.0, LGPL-2.1, LGPL-3.0, GPL-2.0
1#include "DirectX10.h" 2 3ID3D10Device * DirectXDeviceManager::active_device = 0; 4ID3D10RenderTargetView * DirectXDeviceManager::active_render_target = 0; 5ID3D10DepthStencilView * DirectXDeviceManager::active_depth_stencil = 0; 6IDXGISwapChain * DirectXDeviceManager::active_swap_chain = 0;