-
-
Notifications
You must be signed in to change notification settings - Fork 603
Open
Labels
Building/PackagingCompile or install issues (excluding CI)Compile or install issues (excluding CI)
Description
Commit Hash
8ce00fd
Platform
ArchLinux
Summary
Sorry for being in German:
./olive/app/render/renderer.cpp: In Elementfunktion »bool olive::Renderer::GetColorContext(const olive::ColorTransformJob&, ColorContext*)«:
./olive/app/render/renderer.cpp:245:30: Fehler: keine passende Funktion für Aufruf von »OpenColorIO_v2_3dev::GpuShaderDesc::getTexture(unsigned int&, const char*&, const char*&, unsigned int&, unsigned int&, OpenColorIO_v2_3dev::GpuShaderCreator::TextureType&, OpenColorIO_v2_3dev::Interpolation&)«
245 | shader_desc->getTexture(i, tex_name, sampler_name, width, height, channel, interpolation);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In Datei, eingebunden von ./olive/app/common/ocioutils.h:24,
von ./olive/app/render/colorprocessor.h:25,
von ./olive/app/render/renderer.h:30,
von ./olive/app/render/renderer.cpp:21:
/usr/include/OpenColorIO/OpenColorIO.h:3534:18: Anmerkung: Kandidat: »virtual void OpenColorIO_v2_3dev::GpuShaderDesc::getTexture(unsigned int, const char*&, const char*&, unsigned int&, unsigned int&, OpenColorIO_v2_3dev::GpuShaderCreator::TextureType&, OpenColorIO_v2_3dev::GpuShaderCreator::TextureDimensions&, OpenColorIO_v2_3dev::Interpolation&) const«
3534 | virtual void getTexture(unsigned index,
| ^~~~~~~~~~
/usr/include/OpenColorIO/OpenColorIO.h:3534:18: Anmerkung: Kandidat erwartet 8 Argumente, 7 angegeben
OpenColorIO 3.2.02.3.0 introduced TextureDimensions & dimensions between channel and interpolation:
virtual void getTexture(unsigned index,
const char *& textureName,
const char *& samplerName,
unsigned & width,
unsigned & height,
TextureType & channel,
TextureDimensions & dimensions,
Interpolation & interpolation) const = 0;
which is either TEXTURE_1D = 1, or TEXTURE_2D = 2,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Building/PackagingCompile or install issues (excluding CI)Compile or install issues (excluding CI)