HTML <meta> Attribute http-equiv 定义和用法 The http-equiv attribute provides an HTTP header for the information/value of the content attribute. The http-equiv attribute can be used to simulate(模拟) an HTTP response header. <meta http-equiv="conte…
[GLSL Notes] API of shader: glCreateShader(), glShaderSource(), glCompileShader(), glGetShadrInfoLog(), glCreateProgram() API of porgram: glCreateProgram(), glAttachShader(), glDetashShader(), glLinkProgarm(), glGetProgarmInfoLog(), glUseProgram() Re…