uniform sampler2D fontTexture; in vec2 fTextureCoord; //フラグメント void main(void) { gl_FragColor = texture(fontTexture,fTextureCoord); }