Include GL_FRAGMENT_PRECISION_HIGH in ES 300/310.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28494 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
39805bb3f7
commit
39cf638945
3 changed files with 15 additions and 23 deletions
|
|
@ -149,6 +149,9 @@ uniform mediump; // ERROR
|
|||
|
||||
layout(early_fragment_tests) in; // ERROR
|
||||
|
||||
#ifndef GL_FRAGMENT_PRECISION_HIGH
|
||||
#error missing GL_FRAGMENT_PRECISION_HIGH
|
||||
#endif
|
||||
|
||||
float imageBuffer; // ERROR, reserved
|
||||
float uimage2DRect; // ERROR, reserved
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue