This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
909 additions
and 12 deletions.
- +5 −0 src/core/Camera.cpp
- +4 −0 src/core/Game.cpp
- +1 −0 src/core/config.h
- +11 −0 src/core/re3.cpp
- +516 −0 src/extras/postfx.cpp
- +45 −0 src/extras/postfx.h
- +16 −0 src/extras/shaders/Makefile
- +28 −0 src/extras/shaders/colourfilterVC.frag
- BIN src/extras/shaders/colourfilterVC_PS.cso
- +23 −0 src/extras/shaders/colourfilterVC_PS.hlsl
- +56 −0 src/extras/shaders/colourfilterVC_PS.inc
- +30 −0 src/extras/shaders/colourfilterVC_fs_gl3.inc
- +18 −0 src/extras/shaders/contrast.frag
- BIN src/extras/shaders/contrastPS.cso
- +21 −0 src/extras/shaders/contrastPS.hlsl
- +31 −0 src/extras/shaders/contrastPS.inc
- +20 −0 src/extras/shaders/contrast_fs_gl3.inc
- +21 −0 src/extras/shaders/im2d.vert
- +23 −0 src/extras/shaders/im2d_gl3.inc
- +3 −0 src/extras/shaders/make.cmd
- +5 −0 src/extras/shaders/makeinc.sh
- +1 −0 src/peds/Ped.cpp
- +22 −10 src/render/MBlur.cpp
- +9 −2 src/rw/Lights.cpp
There are no files selected for viewing
Oops, something went wrong.