Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea
wayland
Commits
dfce71d1
Commit
dfce71d1
authored
Dec 07, 2010
by
Kristian Høgsberg
Browse files
Reenable fragment shader precision specifier
parent
8321e693
Changes
1
Hide whitespace changes
Inline
Side-by-side
compositor/compositor.c
View file @
dfce71d1
...
...
@@ -1312,7 +1312,7 @@ static const char vertex_shader[] =
"}
\n
"
;
static
const
char
fragment_shader
[]
=
/*
"precision mediump float;\n"
*/
"precision mediump float;
\n
"
"varying vec2 v_texcoord;
\n
"
"uniform sampler2D tex;
\n
"
"void main()
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment