Bug 1857841 - pt 3. Add a new page kind named "fresh" r=glandium
[gecko.git] / gfx / wr / webrender / res / shared_other.glsl
blob03cad173cdb84a85cdc1f516308083a9f5ebe2e9
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 //======================================================================================
6 // Vertex shader attributes and uniforms
7 //======================================================================================
8 #ifdef WR_VERTEX_SHADER
9 #endif
11 //======================================================================================
12 // Fragment shader attributes and uniforms
13 //======================================================================================
14 #ifdef WR_FRAGMENT_SHADER
15 #endif
17 //======================================================================================
18 // Interpolator definitions
19 //======================================================================================
21 //======================================================================================
22 // VS only types and UBOs
23 //======================================================================================
25 //======================================================================================
26 // VS only functions
27 //======================================================================================
29 //======================================================================================
30 // FS only functions
31 //======================================================================================
32 #ifdef WR_FRAGMENT_SHADER
33 #endif