| 398 | } |
| 399 | |
| 400 | void VertexArrayRenderer::TuneCull( bool enable ) { |
| 401 | m_cull = enable; |
| 402 | } |
| 403 | |
| 404 | void VertexArrayRenderer::InvalidateImpl( unsigned char /*datasets*/ ) { |
| 405 | m_dirty = true; |
nothing calls this directly
no outgoing calls
no test coverage detected