Home
last modified time | relevance | path

Searched refs:SHADER_SPECIAL_TYPE_CLOSURE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dgraph.h66 SHADER_SPECIAL_TYPE_CLOSURE, enumerator
H A Dshader.cpp704 if (node->special_type == SHADER_SPECIAL_TYPE_CLOSURE) { in get_requested_graph_features()
H A Dnodes.cpp2221 special_type = SHADER_SPECIAL_TYPE_CLOSURE; in BsdfBaseNode()