|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
Shader definitions for OpenGL osd class. More...
Go to the source code of this file.
Variables | |
| const char * | rectVertexShader |
| const char * | rectFragmentShader |
| const char * | textureVertexShader |
| const char * | textureFragmentShader |
| const char * | textureFragmentShaderSwapBR |
| In difference to the textureFragmentShader this one does a blue/red color component swap. | |
| const char * | textVertexShader |
| const char * | textFragmentShader |
Shader definitions for OpenGL osd class.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file openglshader.h.
| const char* rectFragmentShader |
Definition at line 43 of file openglshader.h.
Referenced by cOglShader::Load().
| const char* rectVertexShader |
Definition at line 28 of file openglshader.h.
Referenced by cOglShader::Load().
| const char* textFragmentShader |
Definition at line 158 of file openglshader.h.
Referenced by cOglShader::Load().
| const char* textureFragmentShader |
Definition at line 80 of file openglshader.h.
Referenced by cOglShader::Load().
| const char* textureFragmentShaderSwapBR |
In difference to the textureFragmentShader this one does a blue/red color component swap.
Definition at line 109 of file openglshader.h.
Referenced by cOglShader::Load().
| const char* textureVertexShader |
Definition at line 57 of file openglshader.h.
Referenced by cOglShader::Load().
| const char* textVertexShader |
Definition at line 138 of file openglshader.h.
Referenced by cOglShader::Load().