]> git.tdb.fi Git - libs/gl.git/commit
Add GLSL keywords for overriding functions
authorMikko Rasa <tdb@tdb.fi>
Sat, 13 Mar 2021 14:02:41 +0000 (16:02 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 13 Mar 2021 14:14:51 +0000 (16:14 +0200)
commit6dcf74922f46b086ad394c19fd6ce083a635b290
treebd3e5d7429e4e5456c486c9d2712f66f28f8521c
parent713ff9619daa858ffbd428f7699cd57598563dbd
Add GLSL keywords for overriding functions

Overriding with a plain redefinition is now deprecated.
shaderlib/common.glsl
shaderlib/cooktorrance.glsl
shaderlib/phong.glsl
shaderlib/shadow.glsl
source/glsl/generate.cpp
source/glsl/parser.cpp
source/glsl/syntax.cpp
source/glsl/syntax.h
tests/glsl/function_override.glsl [new file with mode: 0644]