Restore on context lost vertex buffers and frame buffers.

Fixed some compiler warnings.
This commit is contained in:
spartanj
2010-09-09 16:44:31 -03:00
parent c4a1a36892
commit 89bb55df44
26 changed files with 281 additions and 50 deletions

View File

@@ -81,4 +81,7 @@ void cVertexBufferOGL::SetVertexStates() {
void cVertexBufferOGL::Update( const Uint32& Types, bool Indices ) {
}
void cVertexBufferOGL::Reload() {
}
}}