Expose FBOs to engine code.

This commit is contained in:
Paul Chote
2013-06-07 22:20:19 +12:00
parent 0e1c12131a
commit 4c8c010506
7 changed files with 145 additions and 2 deletions

View File

@@ -71,6 +71,7 @@
<Compile Include="SdlInput.cs" />
<Compile Include="Texture.cs" />
<Compile Include="VertexBuffer.cs" />
<Compile Include="FrameBuffer.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">