|
|
|
|
@ -136,6 +136,8 @@ void CubeMapTextureArrayGLTest::sampling() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void CubeMapTextureArrayGLTest::samplingBorderInteger() { |
|
|
|
|
if(!Context::current()->isExtensionSupported<Extensions::GL::ARB::texture_cube_map_array>()) |
|
|
|
|
CORRADE_SKIP(Extensions::GL::ARB::texture_cube_map_array::string() + std::string(" is not supported.")); |
|
|
|
|
if(!Context::current()->isExtensionSupported<Extensions::GL::EXT::texture_integer>()) |
|
|
|
|
CORRADE_SKIP(Extensions::GL::EXT::texture_integer::string() + std::string(" is not supported.")); |
|
|
|
|
|
|
|
|
|
|