MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / link

Method link

simulation/src/glsl_shader.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool
142pcl::simulation::gllib::Program::link() const
143{
144 glLinkProgram(program_id_);
145 printProgramInfoLog(program_id_);
146
147 return getGLError() == GL_NO_ERROR;
148}
149
150void
151pcl::simulation::gllib::Program::use() const

Callers 4

RangeLikelihoodMethod · 0.80
loadProgramFromTextMethod · 0.80
loadProgramFromFileMethod · 0.80
SumReduceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected