-----------------------------------------------------------------------
| 118 | } |
| 119 | //----------------------------------------------------------------------- |
| 120 | bool CompositionTargetPass::getShadowsEnabled(void) const |
| 121 | { |
| 122 | return mShadowsEnabled; |
| 123 | } |
| 124 | //----------------------------------------------------------------------- |
| 125 | CompositionPass *CompositionTargetPass::createPass(CompositionPass::PassType type) |
| 126 | { |
no outgoing calls
no test coverage detected