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

Function glConvolutionParameteri

source/glbinding/source/gl/functions_c.cpp:866–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866void glConvolutionParameteri(GLenum target, GLenum pname, GLint params)
867{
868 return glbinding::Binding::ConvolutionParameteri(target, pname, params);
869}
870
871void glConvolutionParameteriEXT(GLenum target, GLenum pname, GLint params)
872{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected