KRDSP abstraction WIP

This commit is contained in:
Kearwood Gilbert
2017-06-14 16:17:05 -07:00
parent 85d46befa3
commit 688f1c4481
6 changed files with 192 additions and 74 deletions

View File

@@ -143,7 +143,8 @@
<ClCompile Include="..\kraken\KRContextObject.cpp" />
<ClCompile Include="..\kraken\KRDataBlock.cpp" />
<ClCompile Include="..\kraken\KRDirectionalLight.cpp" />
<ClCompile Include="..\kraken\KRDSP.cpp" />
<ClCompile Include="..\kraken\KRDSP_slow.cpp" />
<ClCompile Include="..\kraken\KRDSP_vDSP.cpp" />
<ClCompile Include="..\kraken\KRFloat.cpp" />
<ClCompile Include="..\kraken\KRHitInfo.cpp" />
<ClCompile Include="..\kraken\KRLight.cpp" />