This website requires JavaScript.
Explore
Help
Sign In
mth
/
ebiten
Watch
1
Star
0
Fork
0
You've already forked ebiten
mirror of
https://github.com/hajimehoshi/ebiten.git
synced
2024-11-10 13:07:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7549f4fcd6
ebiten
/
internal
/
shader
/
testdata
/
vertex.expected.fs
4 lines
41 B
Forth
Raw
Normal View
History
Unescape
Escape
shader: Add testdata directory
2020-06-08 04:18:27 +02:00
uniform
vec2
U0;
all: update OpenGL version from 2.1 to 3.2 'texelFetch' requires OpenGLSL 1.30, which requires OpenGL 3.0+. macOS might not support OpenGL 3.0 and 3.1, so adopt 3.2. Updates #1431
2023-04-19 15:56:53 +02:00
in
vec2
V0;
in
vec4
V1;
Reference in New Issue
Copy Permalink