Blender V2.61 - r43446
|
Public Member Functions | |
GenericBackgroundClosure () | |
void | setup () |
size_t | memsize () const |
const char * | name () const |
void | print_on (std::ostream &out) const |
Generic background closure
We only have a background closure for the shaders to return a color in background shaders. No methods, only the weight is taking into account
Definition at line 49 of file kernel/osl/background.cpp.
GenericBackgroundClosure::GenericBackgroundClosure | ( | ) | [inline] |
Definition at line 51 of file kernel/osl/background.cpp.
size_t GenericBackgroundClosure::memsize | ( | ) | const [inline] |
Definition at line 55 of file kernel/osl/background.cpp.
const char* GenericBackgroundClosure::name | ( | ) | const [inline] |
Definition at line 57 of file kernel/osl/background.cpp.
void GenericBackgroundClosure::print_on | ( | std::ostream & | out | ) | const [inline] |
Definition at line 59 of file kernel/osl/background.cpp.
void GenericBackgroundClosure::setup | ( | ) | [inline] |
Definition at line 53 of file kernel/osl/background.cpp.