第0章: Hello World0_0_helloWorldOn this page0_0_helloWorldコード 0.2, 図 0.2: 0_0_helloWorld.frag #version 300 es precision highp float; out vec4 fragColor; void main(){ fragColor = vec4(1.0, 0.0, 0.0, 1.0); }#version 300 esprecision highp float;out vec4 fragColor; void main(){ fragColor = vec4(1.0, 0.0, 0.0, 1.0);}