| 263 | } |
| 264 | |
| 265 | void ShaderVar::setParameterBlock(const ref<ParameterBlock>& pBlock) const |
| 266 | { |
| 267 | mpBlock->setParameterBlock(mOffset, pBlock); |
| 268 | } |
| 269 | |
| 270 | ref<ParameterBlock> ShaderVar::getParameterBlock() const |
| 271 | { |
no outgoing calls
no test coverage detected