mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-09 17:23:50 +01:00
9954667c45
The exact commands to make this commit were: git reset --hard origin/master find -type f | # list all regular files grep -E '\.(h|cpp|fsh|vsh|mm)|LICENSE$' | # filter for text files xargs -n 1 -P $(nproc) sed -i 's:\s*$::' # for each file, trim trailing whitespace including the CR git commit -a |
||
---|---|---|
.. | ||
COGLES2OneTextureBlend.fsh | ||
COGLES2Renderer2D_noTex.fsh | ||
COGLES2Renderer2D.fsh | ||
COGLES2Renderer2D.vsh | ||
COGLES2Solid.fsh | ||
COGLES2Solid.vsh | ||
COGLES2TransparentAlphaChannel.fsh | ||
COGLES2TransparentAlphaChannelRef.fsh | ||
COGLES2TransparentVertexAlpha.fsh | ||
OneTextureBlend.fsh | ||
Renderer2D_noTex.fsh | ||
Renderer2D.fsh | ||
Renderer2D.vsh | ||
Solid.fsh | ||
Solid.vsh | ||
TransparentAlphaChannel.fsh | ||
TransparentAlphaChannelRef.fsh | ||
TransparentVertexAlpha.fsh |