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

Method sampleTex1D

src/OpenColorIO/GpuShaderUtils.cpp:904–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904std::string GpuShaderText::sampleTex1D(const std::string& textureName,
905 const std::string& coords) const
906{
907 return getTexSample<1>(m_lang, textureName, getSamplerName(textureName), coords);
908}
909
910std::string GpuShaderText::sampleTex2D(const std::string& textureName,
911 const std::string& coords) const

Callers 3

GetLut1DGPUShaderProgramFunction · 0.80
_Add_Reach_tableFunction · 0.80
_Add_Cusp_tableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected