mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 12:10:33 +00:00
changes to librw layer, GLES now runtime choice
This commit is contained in:
parent
b58a54527e
commit
82b0103c67
30 changed files with 563 additions and 181 deletions
|
@ -1,13 +1,9 @@
|
|||
layout(location = 0) in vec3 in_pos;
|
||||
layout(location = 1) in vec3 in_normal;
|
||||
layout(location = 2) in vec4 in_color;
|
||||
layout(location = 3) in vec2 in_tex0;
|
||||
layout(location = 4) in vec2 in_tex1;
|
||||
VSIN(ATTRIB_POS) vec3 in_pos;
|
||||
|
||||
out vec4 v_color;
|
||||
out vec2 v_tex0;
|
||||
out vec2 v_tex1;
|
||||
out float v_fog;
|
||||
VSOUT vec4 v_color;
|
||||
VSOUT vec2 v_tex0;
|
||||
VSOUT vec2 v_tex1;
|
||||
VSOUT float v_fog;
|
||||
|
||||
void
|
||||
main(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue