early-access version 3310
This commit is contained in:
parent
3aab951444
commit
26748edc37
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3309.
|
||||
This is the source code for early-access 3310.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -32,4 +32,4 @@ void main() {
|
|||
float y = float((VERTEX_ID & 2) << 1);
|
||||
gl_Position = vec4(x - 1.0, FLIPY * (y - 1.0), 0.0, 1.0);
|
||||
texcoord = fma(vec2(x, y) / 2.0, tex_scale, tex_offset);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue