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

Method getNumTextures

src/OpenColorIO/GpuShader.cpp:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568unsigned GenericGpuShaderDesc::getNumTextures() const noexcept
569{
570 return unsigned(getImplGeneric()->m_textures.size());
571}
572
573unsigned GenericGpuShaderDesc::addTexture(const char * textureName,
574 const char * samplerName,

Callers 3

bindPyGpuShaderDescFunction · 0.80
allocateAllTexturesMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

OCIO_ADD_TESTFunction · 0.64