mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 20:15:46 +00:00
gl_rasterizer: Fake render in green, because it's cooler.
This commit is contained in:
parent
454759e2a5
commit
2920684a44
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ out vec4 color;
|
||||||
uniform sampler2D color_texture;
|
uniform sampler2D color_texture;
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
color = vec4(1.0, 0.0, 0.0, 1.0);
|
color = vec4(1.0, 0.0, 1.0, 0.0);
|
||||||
}
|
}
|
||||||
)";
|
)";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue