Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 639250
Collapse All | Expand All

(-)a/mozilla/dom/canvas/WebGLShaderValidator.cpp (-1 / +1 lines)
Lines 114-120 ShaderOutput(gl::GLContext* gl) Link Here
114
        case 440: return SH_GLSL_440_CORE_OUTPUT;
114
        case 440: return SH_GLSL_440_CORE_OUTPUT;
115
        case 450: return SH_GLSL_450_CORE_OUTPUT;
115
        case 450: return SH_GLSL_450_CORE_OUTPUT;
116
        default:
116
        default:
117
            MOZ_CRASH("GFX: Unexpected GLSL version.");
117
            MOZ_ASSERT(false, "GFX: Unexpected GLSL version.");
118
        }
118
        }
119
    }
119
    }
120
120

Return to bug 639250