mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 13:32:49 +00:00
added missing trailing line.
This commit is contained in:
parent
4b0291172e
commit
90c56f5dc1
|
@ -12,4 +12,4 @@ void main() {
|
|||
float depth = texelFetch(depth_tex, coord, 0).r;
|
||||
color = vec4(depth, depth, depth, 1.0);
|
||||
color = color.bgra; // Swap color channels for BGRA format
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue