11 #include "cores/RetroPlayer/buffers/video/RenderBufferSysMem.h" 13 #include "system_gl.h" 24 CRenderBufferOpenGL(GLuint pixeltype, GLuint internalformat, GLuint pixelformat, GLuint bpp);
28 GLuint TextureID()
const {
return m_textureId; }
32 const GLuint m_pixeltype;
33 const GLuint m_internalformat;
34 const GLuint m_pixelformat;
37 const GLenum m_textureTarget = GL_TEXTURE_2D;
38 GLuint m_textureId = 0;
Definition: RenderBufferSysMem.h:25
Definition: AudioDecoder.h:18
bool UploadTexture() override
Definition: RenderBufferOpenGL.cpp:46
Definition: RenderBufferOpenGL.h:21