提交 8610ef32 编写于 作者: B Ben Houston

remove unneeded function.

上级 28997aa7
......@@ -21,13 +21,6 @@ struct ReflectedLight {
vec3 diffuse;
};
void accumulateReflectedLight( inout ReflectedLight accumulator, const in ReflectedLight item ) {
accumulator.diffuse += item.diffuse;
accumulator.specular += item.specular;
}
struct GeometricContext {
vec3 position;
vec3 normal;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册