1#ifndef RAGE_DISPLAY_OGL_HELPERS_H
2#define RAGE_DISPLAY_OGL_HELPERS_H
11#include "RageDisplay.h"
14#ifndef GL_TEXTURE_INDEX_SIZE_EXT
15#define GL_TEXTURE_INDEX_SIZE_EXT 0x80ED
31 int& iTextureWidthOut,
32 int& iTextureHeightOut) = 0;
34 virtual unsigned GetTexture()
const = 0;
37 virtual void StartRenderingTo() = 0;
41 virtual void FinishRenderingTo() = 0;
43 virtual bool InvertY()
const {
return false; }
Definition RageDisplay_D3D.h:113
Utilities for working with the RageDisplay.
Definition RageDisplay_OGL_Helpers.h:19
Definition RageDisplay.h:244