-
-
Notifications
You must be signed in to change notification settings - Fork 603
Closed as not planned
Closed as not planned
Copy link
Labels
Building/PackagingCompile or install issues (excluding CI)Compile or install issues (excluding CI)TriageThis issue is yet to be triagedThis issue is yet to be triaged
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Building/PackagingCompile or install issues (excluding CI)Compile or install issues (excluding CI)TriageThis issue is yet to be triagedThis issue is yet to be triaged