Blender
V3.3
|
Public Member Functions | |
FallbackProcessor (const FallbackTransform &transform) | |
void | applyRGB (float *pixel) |
void | applyRGBA (float *pixel) |
MEM_CXX_CLASS_ALLOC_FUNCS ("FallbackProcessor") | |
Public Attributes | |
FallbackTransform | transform |
Definition at line 90 of file fallback_impl.cc.
|
inline |
Definition at line 91 of file fallback_impl.cc.
Definition at line 95 of file fallback_impl.cc.
References FallbackTransform::applyRGB(), and transform.
Definition at line 100 of file fallback_impl.cc.
References FallbackTransform::applyRGBA(), and transform.
FallbackProcessor::MEM_CXX_CLASS_ALLOC_FUNCS | ( | "FallbackProcessor" | ) |
FallbackTransform FallbackProcessor::transform |
Definition at line 105 of file fallback_impl.cc.
Referenced by applyRGB(), and applyRGBA().