Duplicate the Cg renderer as a base for the glsl renderer.

This commit is contained in:
Paul Chote
2010-11-11 23:33:00 +13:00
parent 64a7592fed
commit a058eb06b2
11 changed files with 793 additions and 7 deletions

View File

@@ -8,8 +8,8 @@
<ProjectGuid>{67CF1A10-C5F6-48FA-B1A7-FE83BE4CE2CC}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenRA.GlRenderer</RootNamespace>
<AssemblyName>OpenRA.Gl</AssemblyName>
<RootNamespace>OpenRA.Renderer.Cg</RootNamespace>
<AssemblyName>OpenRA.Renderer.Cg</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>