add renderer to report md

This commit is contained in:
ell
2023-11-15 19:52:17 +00:00
parent ad44eb4fd7
commit 038b36a67d
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ love.test.graphics.Shader = function(test)
extern float overwrite;
vec4 effect(vec4 color, Image tex, vec2 texture_coords, vec2 screen_coords) {
vec4 texcol = Texel(tex, texture_coords);
if (overwrite == 1) {
if (overwrite == 1.0) {
return col;
} else {
return texcol * color;