@okyeron wrote:
Trying to compile
examples/gl/pointsAsTexturesExample
on RasPI 4 (Buster) I’m running into this error which looks like it has come up before in older versions(I’m running oF 0.11.0)
error: could not convert ‘ofGLProgrammableRenderer::TYPE’ from ‘const string’ {aka ‘const std::__cxx11::basic_string<char>’} to ‘std::shared_ptr<ofBaseRenderer>’ ofSetCurrentRenderer(ofGLProgrammableRenderer::TYPE);
is this expected or normal on PI4?
Searching around on GitHub for any clues, I came across this example with a different way of setting the renderer:
What’s the correct approach here?
Posts: 2
Participants: 1