| 241 | |
| 242 | |
| 243 | bool |
| 244 | SimpleRenderer::get_attribute (ShaderGlobals *sg, bool derivatives, ustring object, |
| 245 | TypeDesc type, ustring name, void *val) |
| 246 | { |
| 247 | return get_array_attribute (sg, derivatives, object, |
| 248 | type, name, -1, val); |
| 249 | } |
| 250 | |
| 251 | |
| 252 |
nothing calls this directly
no outgoing calls
no test coverage detected