irrlicht/source/Irrlicht/OpenGL
Desour dd1043c4c0 Replace non-leading tabs with spaces, using:
find -type f |  # list all regular files
  grep -E '\.(h|cpp|mm)$' |  # filter for source files
  grep -v '/mt_' |  # filter out generated files
  grep -v '/vendor/' | # and vendored GL
  xargs -n 1 -P $(nproc) ./replace_non_leading_tabs.lua  # reformat everything
2024-03-21 22:08:26 +01:00
..
Common.h Reformat the code, using: 2024-03-21 22:08:26 +01:00
Driver.cpp Replace non-leading tabs with spaces, using: 2024-03-21 22:08:26 +01:00
Driver.h Replace non-leading tabs with spaces, using: 2024-03-21 22:08:26 +01:00
ExtensionHandler.cpp Reformat the code, using: 2024-03-21 22:08:26 +01:00
ExtensionHandler.h Reformat the code, using: 2024-03-21 22:08:26 +01:00
FixedPipelineRenderer.cpp Reformat the code, using: 2024-03-21 22:08:26 +01:00
FixedPipelineRenderer.h Reformat the code, using: 2024-03-21 22:08:26 +01:00
MaterialRenderer.cpp Reformat the code, using: 2024-03-21 22:08:26 +01:00
MaterialRenderer.h Reformat the code, using: 2024-03-21 22:08:26 +01:00
Renderer2D.cpp Reformat the code, using: 2024-03-21 22:08:26 +01:00
Renderer2D.h Reformat the code, using: 2024-03-21 22:08:26 +01:00