| 180 | } |
| 181 | |
| 182 | void Program::setupVertexLayout(VertexLayoutType vlt) |
| 183 | { |
| 184 | if (vlt < VertexLayoutType::Count) |
| 185 | s_vertexLayoutSetupList[static_cast<int>(vlt)](this); |
| 186 | } |
| 187 | |
| 188 | Program* Program::getBuiltinProgram(uint32_t type) |
| 189 | { |
no outgoing calls
no test coverage detected