Open dimitre opened 3 weeks ago
not sure why the ofColor_ constructor takes floats instead of PixelType. I would assume it is because of that.
@roymacdonald I thought the same. @NickHardeman any downside of using PixelType as the template parameter?
@dimitre I can't think of any.... Not sure about the programmable renderer, all of those values in the if statement are bools
today I was analyzing code in XCode with address sanitizer on, undefined behavior sanitizer and it indicates an UB on ofColor
and another one in ofGLProgrammableRenderer::draw