From 018b7ce3f7d94af92fa4fab32ffdde451da7fcb9 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sat, 23 May 2020 11:56:10 -0500 Subject: refactor: rename number, vector, etc in honey_shader_set_* to value --- demo.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo.fs') diff --git a/demo.fs b/demo.fs index af6e190..791149c 100644 --- a/demo.fs +++ b/demo.fs @@ -12,6 +12,6 @@ out vec4 FragColor; void main() { FragColor = mix(texture(box_texture, texture_coordinate), - vec4(extra_color.xyz, 1.0), + texture(happy_texture, texture_coordinate), 0.2); } -- cgit v1.2.1