KRDSP abstraction WIP

This commit is contained in:
Kearwood Gilbert
2017-06-14 14:09:53 -07:00
parent bef32ab528
commit b566949d6f
5 changed files with 40 additions and 11 deletions

View File

@@ -143,6 +143,7 @@
<ClCompile Include="..\kraken\KRContextObject.cpp" />
<ClCompile Include="..\kraken\KRDataBlock.cpp" />
<ClCompile Include="..\kraken\KRDirectionalLight.cpp" />
<ClCompile Include="..\kraken\KRDSP.cpp" />
<ClCompile Include="..\kraken\KRFloat.cpp" />
<ClCompile Include="..\kraken\KRHitInfo.cpp" />
<ClCompile Include="..\kraken\KRLight.cpp" />
@@ -271,6 +272,9 @@
<ClInclude Include="..\kraken\KRVector3.h" />
<ClInclude Include="..\kraken\KRVector4.h" />
<ClInclude Include="..\kraken\KRViewport.h" />
<ClInclude Include="3rdparty\glew\glew-1.13.0\include\GL\glew.h" />
<ClInclude Include="3rdparty\glew\glew-1.13.0\include\GL\glxew.h" />
<ClInclude Include="3rdparty\glew\glew-1.13.0\include\GL\wglew.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@@ -243,6 +243,9 @@
<ClCompile Include="..\kraken\KRUnknownManager.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\kraken\KRDSP.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\3rdparty\tinyxml2\tinyxml2.h">