- merged GLPortal into HWPortal after all direct OpenGL dependencies have been removed.

This commit is contained in:
Christoph Oelckers 2018-10-24 07:49:06 +02:00
commit c76c4b77ec
9 changed files with 183 additions and 196 deletions

View file

@ -108,16 +108,6 @@ class FFlatVertexBuffer : public FVertexBuffer, public FFlatVertexGenerator
static const unsigned int BUFFER_SIZE_TO_USE = 1999500;
public:
enum
{
QUAD_INDEX = 0,
FULLSCREEN_INDEX = 4,
PRESENT_INDEX = 8,
STENCILTOP_INDEX = 12,
STENCILBOTTOM_INDEX = 16,
NUM_RESERVED = 20
};
FFlatVertexBuffer(int width, int height);
~FFlatVertexBuffer();