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

Function glConvolutionFilter2D

source/glbinding/source/gl/functions_c.cpp:836–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image)
837{
838 return glbinding::Binding::ConvolutionFilter2D(target, internalformat, width, height, format, type, image);
839}
840
841void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image)
842{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected