Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
renders/
scenes/
CudaRaytracer/CudaRaytracer/Debug/
CudaRaytracer/CudaRaytracer/Release/
CudaRaytracer/Release/
CudaRaytracer/Debug/
log
*.pdb
*.sdf
*.opensdf
*.test
*.ppm
*.lib
29 changes: 29 additions & 0 deletions CudaPathtracer/CudaPathtracer.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CudaPathtracer", "CudaPathtracer\CudaPathtracer.vcxproj", "{0588E366-DC96-4AEA-B7A7-2406B8733F30}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Debug|Win32.ActiveCfg = Debug|Win32
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Debug|Win32.Build.0 = Debug|Win32
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Debug|x64.ActiveCfg = Debug|x64
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Debug|x64.Build.0 = Debug|x64
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Release|Win32.ActiveCfg = Release|Win32
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Release|Win32.Build.0 = Release|Win32
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Release|x64.ActiveCfg = Release|x64
{0588E366-DC96-4AEA-B7A7-2406B8733F30}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
Binary file added CudaPathtracer/CudaPathtracer.v11.suo
Binary file not shown.
Loading