MCPcopy Create free account
hub / github.com/cginternals/glbinding / glConvolutionParameterf

Function glConvolutionParameterf

source/glbinding/source/gl/functions_c.cpp:846–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void glConvolutionParameterf(GLenum target, GLenum pname, GLfloat params)
847{
848 return glbinding::Binding::ConvolutionParameterf(target, pname, params);
849}
850
851void glConvolutionParameterfEXT(GLenum target, GLenum pname, GLfloat params)
852{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected