mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update shaders for sampler names, copy new text-shadow shaders.
This commit is contained in:
parent
db357b0334
commit
9991e0674b
18 changed files with 219 additions and 10 deletions
7
resources/shaders/cs_text_run.glsl
Normal file
7
resources/shaders/cs_text_run.glsl
Normal file
|
@ -0,0 +1,7 @@
|
|||
#line 1
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
varying vec2 vUv;
|
||||
flat varying vec4 vColor;
|
Loading…
Add table
Add a link
Reference in a new issue