|
@@ -827,12 +827,6 @@ reset() {
|
|
|
Geom::GR_line_strip |
|
|
Geom::GR_line_strip |
|
|
|
Geom::GR_flat_last_vertex;
|
|
Geom::GR_flat_last_vertex;
|
|
|
|
|
|
|
|
-#ifndef OPENGLES
|
|
|
|
|
- if (_supports_geometry_shaders) {
|
|
|
|
|
- _supported_geom_rendering |= Geom::GR_adjacency;
|
|
|
|
|
- }
|
|
|
|
|
-#endif
|
|
|
|
|
-
|
|
|
|
|
_supports_point_parameters = false;
|
|
_supports_point_parameters = false;
|
|
|
|
|
|
|
|
#ifdef OPENGLES_1
|
|
#ifdef OPENGLES_1
|
|
@@ -1769,6 +1763,10 @@ reset() {
|
|
|
_supports_geometry_shaders = false;
|
|
_supports_geometry_shaders = false;
|
|
|
_glFramebufferTexture = nullptr;
|
|
_glFramebufferTexture = nullptr;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ if (_supports_geometry_shaders) {
|
|
|
|
|
+ _supported_geom_rendering |= Geom::GR_adjacency;
|
|
|
|
|
+ }
|
|
|
#endif
|
|
#endif
|
|
|
_shader_caps._supports_glsl = _supports_glsl;
|
|
_shader_caps._supports_glsl = _supports_glsl;
|
|
|
|
|
|