diff options
author | sanine-a <sanine.not@pm.me> | 2020-05-23 11:56:10 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-05-23 11:56:10 -0500 |
commit | 018b7ce3f7d94af92fa4fab32ffdde451da7fcb9 (patch) | |
tree | 54a320cd0a18d0cabf4caee3f784c5414c11d6f4 /demo.fs | |
parent | a247c0adac7b3e50c72fde9b197ef6eabfd38b0b (diff) |
refactor: rename number, vector, etc in honey_shader_set_* to value
Diffstat (limited to 'demo.fs')
-rw-r--r-- | demo.fs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |