RetroArch
Variables
core_alpha_blend.glsl.vert.h File Reference
#include "shaders_common.h"
Include dependency graph for core_alpha_blend.glsl.vert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const char * stock_vertex_core_blend
 

Variable Documentation

◆ stock_vertex_core_blend

const char* stock_vertex_core_blend
static
Initial value:
= GLSL(
in vec2 TexCoord;
in vec2 VertexCoord;
in vec4 Color;
uniform mat4 MVPMatrix;
out vec2 tex_coord;
out vec4 color;
void main() {
gl_Position = MVPMatrix * vec4(VertexCoord, 0.0, 1.0);
tex_coord = TexCoord;
color = Color;
}
)
struct passwd out
Definition: missing_libc_functions.c:51
#define GLSL(src)
Definition: shaders_common.h:10
GLuint in
Definition: glext.h:10523
int main(int argc, char *argv[])
Definition: send-presence.c:197
GLuint color
Definition: glext.h:6883
#define gl_Position
Definition: internal_interface.hpp:385