| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -7,7 +7,7 @@ | ||
| #include <wrl/client.h> | ||
|
|
||
| #include "Common/MsgHandler.h" | ||
| #include "VideoBackends/D3DCommon/D3DCommon.h" | ||
|
|
||
| namespace DX12 | ||
| { | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| add_library(videod3dcommon | ||
| D3DCommon.cpp | ||
| D3DCommon.h | ||
| Shader.cpp | ||
| Shader.h | ||
| SwapChain.cpp | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,7 +10,7 @@ | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
| #include "Common/GL/GLUtil.h" | ||
| #include "VideoBackends/OGL/OGLRender.h" | ||
|
|
||
| namespace OGL | ||
| { | ||