| 1817 | } |
| 1818 | |
| 1819 | void ParameterBlockReflection::addResourceRange(const ResourceRangeBindingInfo& bindingInfo) |
| 1820 | { |
| 1821 | mResourceRanges.push_back(bindingInfo); |
| 1822 | } |
| 1823 | |
| 1824 | #if FALCOR_HAS_D3D12 |
| 1825 | struct ParameterBlockReflectionFinalizer |
no test coverage detected