| 157 | } |
| 158 | |
| 159 | Channel SCSChannelManagerARBProgram::request() { |
| 160 | ChannelManagerForBatches::request(); |
| 161 | mCurrentChannel = AllChannels; |
| 162 | mOccupiedChannels = mCurrentChannel; |
| 163 | return mCurrentChannel; |
| 164 | } |
| 165 | |
| 166 | // Emulates eye texgen |
| 167 | static const char mergeARBVertexProgram[] = |
no outgoing calls
no test coverage detected