Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • NvAPI
  • master
2 results

Target

Select target project
  • sip/graphix
1 result
Select Git revision
  • NvAPI
  • master
2 results
Show changes

Commits on Source 1

Subproject commit b6479250e6741c645d0dfac8467b116f00afad8d
Subproject commit cc34760a0f9dc08eaa9db29930f96c9697a7e975
#include "GXDevice.h"
#include "GXDevice.h"
#include "GXIndexBuffer.h"
#include "GXVertexBuffer.h"
......
......@@ -15,6 +15,9 @@
#pragma comment(lib, "d3dx11.lib")
#pragma comment(lib, "DxErr.lib")
#pragma comment(lib, "d3dcompiler.lib")
#if _MSC_VER >= 1900
# pragma comment(lib, "legacy_stdio_definitions.lib")
#endif
enum GX_LOG
......