OSD changes

This commit is contained in:
jojo61
2018-10-12 12:51:52 +02:00
parent 53ef055f5e
commit b1f79c423a
4 changed files with 501 additions and 20 deletions

View File

@@ -193,9 +193,13 @@ public:
* Output Framebuffer Object - holds Vdpau Output Surface which is our "output framebuffer"
****************************************************************************************/
class cOglOutputFb : public cOglFb {
protected:
bool initiated;
private:
GLvdpauSurfaceNV surface;
public:
GLuint fb;
GLuint texture;
cOglOutputFb(GLint width, GLint height);
virtual ~cOglOutputFb(void);
virtual bool Init(void);