mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 22:52:39 +00:00
added missing trailing line.
This commit is contained in:
@@ -12,4 +12,4 @@ void main() {
|
|||||||
float depth = texelFetch(depth_tex, coord, 0).r;
|
float depth = texelFetch(depth_tex, coord, 0).r;
|
||||||
color = vec4(depth, depth, depth, 1.0);
|
color = vec4(depth, depth, depth, 1.0);
|
||||||
color = color.bgra; // Swap color channels for BGRA format
|
color = color.bgra; // Swap color channels for BGRA format
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user