get rid of Cg versions of Texture and VertexBuffer

This commit is contained in:
Chris Forbes
2011-07-12 21:50:07 +12:00
parent b0ccc58516
commit 31c2306a57
7 changed files with 18 additions and 436 deletions

View File

@@ -12,6 +12,7 @@ using System;
using System.IO;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
using OpenRA.Renderer.SdlCommon;
namespace OpenRA.Renderer.Cg
{