summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/spotLight.vs
Commit message (Collapse)AuthorAge
* Fix up the way spotlight shader worksDan Goodliffe2023-04-17
| | | | | Was mostly through lack of understanding and coincidences. Position is now the only vertex data, direction is moved to a uniform. Instancing will address this by making everything instance data.
* Add rendering support for spot lightsDan Goodliffe2023-01-05