MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getUniform

Method getUniform

src/OpenColorIO/GpuShader.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507const char * GenericGpuShaderDesc::getUniform(unsigned index, GpuShaderDesc::UniformData & data) const
508{
509 return getImplGeneric()->getUniform(index, data);
510}
511
512bool GenericGpuShaderDesc::addUniform(const char * name, const DoubleGetter & getter)
513{

Callers 2

bindPyGpuShaderDescFunction · 0.45
linkAllUniformsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected