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

Function glConvolutionFilter1D

source/glbinding/source/gl/functions_c.cpp:826–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image)
827{
828 return glbinding::Binding::ConvolutionFilter1D(target, internalformat, width, format, type, image);
829}
830
831void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image)
832{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected