- renamed GLViewpointBuffer to HWViewpointBuffer.

This commit is contained in:
Christoph Oelckers 2019-06-10 10:50:17 +02:00
commit 9f2fbc1294
6 changed files with 15 additions and 15 deletions

View file

@ -152,7 +152,7 @@ void VulkanFrameBuffer::InitializeState()
mVertexData = new FFlatVertexBuffer(GetWidth(), GetHeight());
mSkyData = new FSkyVertexBuffer;
mViewpoints = new GLViewpointBuffer;
mViewpoints = new HWViewpointBuffer;
mLights = new FLightBuffer();
CreateFanToTrisIndexBuffer();