mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] egl: remove useless RenderStep struct
This commit is contained in:
parent
f287b4625d
commit
e9bf225c75
@ -36,23 +36,6 @@ extern const EGL_TextureOps EGL_TextureBufferStream;
|
||||
extern const EGL_TextureOps EGL_TextureFrameBuffer;
|
||||
extern const EGL_TextureOps EGL_TextureDMABUF;
|
||||
|
||||
typedef struct RenderStep
|
||||
{
|
||||
EGL_Texture *owner;
|
||||
|
||||
bool enabled;
|
||||
bool ready;
|
||||
GLuint fb;
|
||||
GLuint tex;
|
||||
EGL_Shader * shader;
|
||||
|
||||
unsigned int width, height;
|
||||
|
||||
GLint uInRes;
|
||||
GLint uOutRes;
|
||||
}
|
||||
RenderStep;
|
||||
|
||||
bool egl_textureInit(EGL_Texture ** texture_, EGLDisplay * display,
|
||||
EGL_TexType type, bool streaming)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user