mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
work, proper gui gamma, restore cab picking
This commit is contained in:
8
shaders/pick.frag
Normal file
8
shaders/pick.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 330
|
||||
|
||||
#include <common>
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(param[0].rgb, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user