Remove Quad rendering support.

This commit is contained in:
Paul Chote
2015-12-19 22:23:52 +00:00
parent d0e9af8f6b
commit 788def1c31
2 changed files with 0 additions and 2 deletions

View File

@@ -123,7 +123,6 @@ namespace OpenRA
PointList,
LineList,
TriangleList,
QuadList,
}
public struct Range<T>

View File

@@ -210,7 +210,6 @@ namespace OpenRA.Platforms.Default
case PrimitiveType.PointList: return BeginMode.Points;
case PrimitiveType.LineList: return BeginMode.Lines;
case PrimitiveType.TriangleList: return BeginMode.Triangles;
case PrimitiveType.QuadList: return BeginMode.Quads;
}
throw new NotImplementedException();