| 461 | }; |
| 462 | |
| 463 | GFXCubemapArray *GFXGLDevice::createCubemapArray() |
| 464 | { |
| 465 | GFXGLCubemapArray* cubeArray = new GFXGLCubemapArray(); |
| 466 | cubeArray->registerResourceWithDevice(this); |
| 467 | return cubeArray; |
| 468 | } |
| 469 | |
| 470 | GFXTextureArray* GFXGLDevice::createTextureArray() |
| 471 | { |
no test coverage detected