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

Method getNum3DTextures

src/OpenColorIO/GpuShader.cpp:608–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608unsigned GenericGpuShaderDesc::getNum3DTextures() const noexcept
609{
610 return unsigned(getImplGeneric()->m_textures3D.size());
611}
612
613unsigned GenericGpuShaderDesc::add3DTexture(const char * textureName,
614 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