Merge pull request #683 from jmecn/master

Fix typo on LightPosition and LightDirection
This commit is contained in:
empirephoenix 2017-07-13 09:08:34 +02:00 committed by GitHub
commit a2d7ec7f95

View File

@ -174,13 +174,13 @@ public enum UniformBinding {
FrameRate("float"),
/**
* The light position when rendering in multi pass mode
* The light direction when rendering in multi pass mode
* Type: vec4
*/
LightDirection("vec4"),
/**
* The light direction when rendering in multi pass mode
* The light position when rendering in multi pass mode
* Type: vec4
*/
LightPosition("vec4"),