RetroArch
Variables
modern_opaque.glsl.vert.h File Reference
#include "shaders_common.h"
Include dependency graph for modern_opaque.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_modern
 

Variable Documentation

◆ stock_vertex_modern

const char* stock_vertex_modern
static
Initial value:
= GLSL(
attribute vec2 TexCoord;
attribute vec2 VertexCoord;
attribute vec4 Color;
uniform mat4 MVPMatrix;
varying vec2 tex_coord;
void main() {
gl_Position = MVPMatrix * vec4(VertexCoord, 0.0, 1.0);
tex_coord = TexCoord;
}
)
#define GLSL(src)
Definition: shaders_common.h:10
int main(int argc, char *argv[])
Definition: send-presence.c:197
#define gl_Position
Definition: internal_interface.hpp:385