| 223 | } |
| 224 | |
| 225 | void RendererGL::clientActiveTexture( unsigned int texture ) { |
| 226 | glClientActiveTexture( texture ); |
| 227 | } |
| 228 | |
| 229 | void RendererGL::pointSize( float size ) { |
| 230 | #if EE_PLATFORM != EE_PLATFORM_EMSCRIPTEN |
no outgoing calls
no test coverage detected