parent
b7571582ed
commit
2d48f4ecf1
|
@ -273,9 +273,11 @@ ShaderGLES3::Version *ShaderGLES3::get_current_version() {
|
|||
//vertex precision is high
|
||||
strings.push_back("precision highp float;\n");
|
||||
strings.push_back("precision highp int;\n");
|
||||
#ifndef GLES_OVER_GL
|
||||
strings.push_back("precision highp sampler2D;\n");
|
||||
strings.push_back("precision highp samplerCube;\n");
|
||||
strings.push_back("precision highp sampler2DArray;\n");
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
if (cc) {
|
||||
|
@ -374,9 +376,11 @@ ShaderGLES3::Version *ShaderGLES3::get_current_version() {
|
|||
//fragment precision is medium
|
||||
strings.push_back("precision highp float;\n");
|
||||
strings.push_back("precision highp int;\n");
|
||||
#ifndef GLES_OVER_GL
|
||||
strings.push_back("precision highp sampler2D;\n");
|
||||
strings.push_back("precision highp samplerCube;\n");
|
||||
strings.push_back("precision highp sampler2DArray;\n");
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
if (cc) {
|
||||
|
|
Loading…
Reference in New Issue