mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Remove some unused WR1 shaders, copy new shaders, update WR hash.
This commit is contained in:
parent
8cd4b772e9
commit
ce01120fb1
22 changed files with 81 additions and 332 deletions
|
@ -3,11 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
void main(void) {
|
||||
vec2 pos = vPos.xy / vPos.z;
|
||||
|
||||
if (!point_in_rect(pos, vRect.xy, vRect.xy + vRect.zw)) {
|
||||
discard;
|
||||
}
|
||||
|
||||
oFragColor = vColor;
|
||||
init_transform_fs(vLocalPos, vLocalRect);
|
||||
oFragColor = vColor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue