mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Use vec4 for varTexCoord in interlaced shader (#11004)
Somewhen in the past, inTexCoord0 was a vec2. Now, it is a vec4.
This commit is contained in:
parent
3a2f55bc19
commit
1abb83b1ab
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ uniform sampler2D textureFlags;
|
|||
#define rightImage normalTexture
|
||||
#define maskImage textureFlags
|
||||
|
||||
varying mediump vec2 varTexCoord;
|
||||
varying mediump vec4 varTexCoord;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue