Trying to find a way to make this as simd friendly as possible. Perhaps a kernel for calucation and then a kernel to "clean" the back buffer

This commit is contained in:
2016-01-02 19:53:46 -08:00
parent c5d73bd5fd
commit 6334e9c848
6 changed files with 135 additions and 100 deletions

View File

@@ -227,7 +227,8 @@
<ClCompile Include="Conway.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="conway_kernel.cl" />
<None Include="conway_compute.cl" />
<None Include="conway_align.cl" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">