We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit Hash f7e1bff
Platform FreeBSD 14.1/amd64
Summary Build fails:
/usr/ports/multimedia/olive/work/olive-f7e1bff/app/render/renderer.cpp:245:95: error: too few arguments to function call, expected 8, have 7 245 | shader_desc->getTexture(i, tex_name, sampler_name, width, height, channel, interpolation); | ~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/OpenColorIO/OpenColorIO.h:3538:18: note: 'getTexture' declared here 3538 | virtual void getTexture(unsigned index, | ^ ~~~~~~~~~~~~~~~ 3539 | const char *& textureName, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3540 | const char *& samplerName, | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 3541 | unsigned & width, | ~~~~~~~~~~~~~~~~~ 3542 | unsigned & height, | ~~~~~~~~~~~~~~~~~~ 3543 | TextureType & channel, | ~~~~~~~~~~~~~~~~~~~~~~ 3544 | TextureDimensions & dimensions, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3545 | Interpolation & interpolation) const = 0; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
Additional Information / Output
The text was updated successfully, but these errors were encountered:
Duplicate of #2284, see PR #2294
Sorry, something went wrong.
No branches or pull requests
Commit Hash
f7e1bff
Platform
FreeBSD 14.1/amd64
Summary
Build fails:
Additional Information / Output
The text was updated successfully, but these errors were encountered: