- renamed several data types in the hardware renderer that still had a GL prefix, although they are now generic.

This commit is contained in:
Christoph Oelckers 2019-03-22 19:54:19 +01:00
commit 24a52d65a5
23 changed files with 282 additions and 282 deletions

View file

@ -325,7 +325,7 @@ void OpenGLFrameBuffer::PrecacheMaterial(FMaterial *mat, int translation)
FModelRenderer *OpenGLFrameBuffer::CreateModelRenderer(int mli)
{
return new FGLModelRenderer(nullptr, gl_RenderState, mli);
return new FHWModelRenderer(nullptr, gl_RenderState, mli);
}
IVertexBuffer *OpenGLFrameBuffer::CreateVertexBuffer()