diff options
| author | Bryan Galdrikian <[email protected]> | 2017-08-23 11:24:32 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2017-08-23 11:24:32 -0700 |
| commit | f1e539cadfb085cedc32f9773cfb9d14bfcdf138 (patch) | |
| tree | 7ca74e06a4386dd22fd850a8417a31a85d282a30 /tools/ArtistTools/source/BlastPlugin/Render/D3D11/PluginBlastDx11.cpp | |
| parent | Updated to CL 22661993: (diff) | |
| download | blast-f1e539cadfb085cedc32f9773cfb9d14bfcdf138.tar.xz blast-f1e539cadfb085cedc32f9773cfb9d14bfcdf138.zip | |
Removing ArtistTools and CurveEditor projects
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Render/D3D11/PluginBlastDx11.cpp')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/Render/D3D11/PluginBlastDx11.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Render/D3D11/PluginBlastDx11.cpp b/tools/ArtistTools/source/BlastPlugin/Render/D3D11/PluginBlastDx11.cpp deleted file mode 100644 index 1c37502..0000000 --- a/tools/ArtistTools/source/BlastPlugin/Render/D3D11/PluginBlastDx11.cpp +++ /dev/null @@ -1,23 +0,0 @@ -#include "PluginBlastDx11.h" -#include "D3D11RenderShader.h" -#include "D3D11RenderInterface.h" -#include "LightShaderParam.h" - -PluginBlast* CreateRenderBlast(void) -{ - return new PluginBlastDx11; -} - -PluginBlastDx11::PluginBlastDx11() -{ -} - -PluginBlastDx11::~PluginBlastDx11() -{ -} - -// D3D11Shaders -bool PluginBlastDx11::D3D11Shaders_InitializeShadersD3D11(std::map<int, D3D11RenderShader*>& ShaderMap) -{ - return true; -}
\ No newline at end of file |