| 1731 | ); |
| 1732 | ProgramReflection(ProgramVersion const* pProgramVersion); |
| 1733 | ProgramReflection(const ProgramReflection&) = default; |
| 1734 | void setDefaultParameterBlock(const ref<ParameterBlockReflection>& pBlock); |
| 1735 | |
| 1736 | ProgramVersion const* mpProgramVersion; |