KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
435 stars 135 forks source link

glUniform lacks double-precision variants in GL 4.x. #22

Open NicolBolas opened 7 years ago

NicolBolas commented 7 years ago

GL 4.x allows double-precision uniforms, but the API documentation doesn't expose the glUniform*d(v) and glUniformMatrix*dv functions.