mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
update servo to use webrender shaders
This commit is contained in:
parent
1086df67e0
commit
7699380965
9 changed files with 18 additions and 18 deletions
|
@ -9,11 +9,11 @@
|
|||
#define varying out
|
||||
|
||||
// Uniform inputs
|
||||
uniform mat4 uTransform; // Orthographic projection
|
||||
uniform float uDevicePixelRatio;
|
||||
uniform mat4 uTransform; // Orthographic projection
|
||||
uniform float uDevicePixelRatio;
|
||||
|
||||
// Attribute inputs
|
||||
in vec3 aPosition;
|
||||
in vec3 aPosition;
|
||||
#endif
|
||||
|
||||
//======================================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue