Skip to content

Commit c6a0513

Browse files
committed
Added tessellation files
1 parent 890076c commit c6a0513

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+15622
-0
lines changed

dxil/dxil.sln

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31005.135
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shadertoy", "shadertoy\shadertoy.vcxproj", "{8A49F3D0-6B84-4314-91CC-9C936484C258}"
7+
EndProject
8+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tessellation", "tessellation\tessellation.vcxproj", "{48201281-F953-4A7C-82C7-29D403D808A7}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|x64 = Debug|x64
13+
Debug|x86 = Debug|x86
14+
Release|x64 = Release|x64
15+
Release|x86 = Release|x86
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Debug|x64.ActiveCfg = Debug|x64
19+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Debug|x64.Build.0 = Debug|x64
20+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Debug|x86.ActiveCfg = Debug|Win32
21+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Debug|x86.Build.0 = Debug|Win32
22+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Release|x64.ActiveCfg = Release|x64
23+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Release|x64.Build.0 = Release|x64
24+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Release|x86.ActiveCfg = Release|Win32
25+
{8A49F3D0-6B84-4314-91CC-9C936484C258}.Release|x86.Build.0 = Release|Win32
26+
{48201281-F953-4A7C-82C7-29D403D808A7}.Debug|x64.ActiveCfg = Debug|x64
27+
{48201281-F953-4A7C-82C7-29D403D808A7}.Debug|x64.Build.0 = Debug|x64
28+
{48201281-F953-4A7C-82C7-29D403D808A7}.Debug|x86.ActiveCfg = Debug|Win32
29+
{48201281-F953-4A7C-82C7-29D403D808A7}.Debug|x86.Build.0 = Debug|Win32
30+
{48201281-F953-4A7C-82C7-29D403D808A7}.Release|x64.ActiveCfg = Release|x64
31+
{48201281-F953-4A7C-82C7-29D403D808A7}.Release|x64.Build.0 = Release|x64
32+
{48201281-F953-4A7C-82C7-29D403D808A7}.Release|x86.ActiveCfg = Release|Win32
33+
{48201281-F953-4A7C-82C7-29D403D808A7}.Release|x86.Build.0 = Release|Win32
34+
EndGlobalSection
35+
GlobalSection(SolutionProperties) = preSolution
36+
HideSolutionNode = FALSE
37+
EndGlobalSection
38+
GlobalSection(ExtensibilityGlobals) = postSolution
39+
SolutionGuid = {46C9E0C8-CAAB-44C2-A585-41ECF7BCC484}
40+
EndGlobalSection
41+
EndGlobal

0 commit comments

Comments
 (0)