《WebGL着色器入门(二)环境搭建》的评论 http://cesium.xin/wordpress/archives/glsl-es-webgl-shader-enviroment.html 学习cesiumjs 的好地方--伐罗密 Wed, 20 Nov 2024 01:45:23 +0000 hourly 1 https://wordpress.org/?v=4.9.26 作者:wf http://cesium.xin/wordpress/archives/glsl-es-webgl-shader-enviroment.html#comment-3225 Fri, 19 Aug 2022 03:12:47 +0000 http://cesium.xin/wordpress/?p=2869#comment-3225 #ifdef GL_ES
precision mediump float;
#endif
void main() {
gl_FragColor = vec4(1.0);
}

]]>
作者:pop804347424 http://cesium.xin/wordpress/archives/glsl-es-webgl-shader-enviroment.html#comment-3074 Thu, 23 Jun 2022 03:36:06 +0000 http://cesium.xin/wordpress/?p=2869#comment-3074 你好,我这边显示glsl-canvas error,请问应该怎么处理?

]]>