|
Blender V5.0
|
#include <BKE_compute_contexts.hh>
Inherits blender::ComputeContext.
Public Member Functions | |
| ShaderComputeContext (const ComputeContext *parent=nullptr, const bNodeTree *tree=nullptr) | |
| Public Member Functions inherited from blender::ComputeContext | |
| ComputeContext (const ComputeContext *parent) | |
| virtual | ~ComputeContext ()=default |
| const ComputeContextHash & | hash () const |
| const ComputeContext * | parent () const |
| void | print_stack (std::ostream &stream, StringRef name) const |
Additional Inherited Members | |
| Protected Attributes inherited from blender::ComputeContext | |
| const ComputeContext * | parent_ = nullptr |
| ComputeContextHash | hash_ |
Definition at line 208 of file BKE_compute_contexts.hh.
| blender::bke::ShaderComputeContext::ShaderComputeContext | ( | const ComputeContext * | parent = nullptr, |
| const bNodeTree * | tree = nullptr ) |
Definition at line 199 of file compute_contexts.cc.
References blender::ComputeContext::ComputeContext(), blender::ComputeContext::parent(), and tree.