| 829 | } |
| 830 | |
| 831 | bool Pass::hasGpuProgram(GpuProgramType programType) const { |
| 832 | return getProgramUsage(programType) != NULL; |
| 833 | } |
| 834 | const GpuProgramPtr& Pass::getGpuProgram(GpuProgramType programType) const |
| 835 | { |
| 836 | OGRE_LOCK_MUTEX(mGpuProgramChangeMutex); |
no outgoing calls