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

Method sampleTex2D

src/OpenColorIO/GpuShaderUtils.cpp:910–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910std::string GpuShaderText::sampleTex2D(const std::string& textureName,
911 const std::string& coords) const
912{
913 return getTexSample<2>(m_lang, textureName, getSamplerName(textureName), coords);
914}
915
916std::string GpuShaderText::sampleTex3D(const std::string& textureName,
917 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