| 243 | } |
| 244 | |
| 245 | void ShaderVar::setAccelerationStructure(const ref<RtAccelerationStructure>& pAccl) const |
| 246 | { |
| 247 | mpBlock->setAccelerationStructure(mOffset, pAccl); |
| 248 | } |
| 249 | |
| 250 | ref<RtAccelerationStructure> ShaderVar::getAccelerationStructure() const |
| 251 | { |
no outgoing calls
no test coverage detected