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

Method getTexture

src/OpenColorIO/GpuShader.cpp:586–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void GenericGpuShaderDesc::getTexture(unsigned index,
587 const char *& textureName,
588 const char *& samplerName,
589 unsigned & width, unsigned & height,
590 TextureType & channel,
591 TextureDimensions & dimensions,
592 Interpolation & interpolation) const
593{
594 getImplGeneric()->getTexture(index, textureName, samplerName, width, height, channel,
595 dimensions, interpolation);
596}
597
598void GenericGpuShaderDesc::getTextureValues(unsigned index, const float *& values) const
599{

Callers 3

bindPyGpuShaderDescFunction · 0.45
allocateAllTexturesMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

OCIO_ADD_TESTFunction · 0.36