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

Method supportedByLegacyShader

src/OpenColorIO/Op.h:248–248  ·  view source on GitHub ↗

Is this op supported by the legacy shader text generator?

Source from the content-addressed store, hash-verified

246
247 // Is this op supported by the legacy shader text generator?
248 virtual bool supportedByLegacyShader() const { return true; }
249
250 // Create & add the gpu shader information needed by the op. Op has to be finalized.
251 virtual void extractGpuShaderInfo(GpuShaderCreatorRcPtr & shaderCreator) const = 0;

Callers 3

OCIO_ADD_TESTFunction · 0.45
AssertPartitionIntegrityFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

OCIO_ADD_TESTFunction · 0.36
AssertPartitionIntegrityFunction · 0.36
OCIO_ADD_TESTFunction · 0.36