This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/gpu
Mike Erwin 8d7b98bfd3 OpenGL: cleanup material shader GLSL
prefer vector math over scalar
prefer * over /
shorten vec3(x, x, x) to vec3(x)
use clamp, max, etc. instead of custom logic
declare loop vars as part of for loop
spacing
2017-05-19 14:20:37 -04:00
..
2017-04-13 19:11:55 +10:00
2016-03-21 22:43:03 +01:00
2017-04-06 18:46:33 +02:00
2014-10-07 15:47:32 -05:00
2017-04-10 12:36:32 +02:00
2017-04-15 17:51:08 +10:00