diff options
author | 2016-10-22 22:55:32 +0200 | |
---|---|---|
committer | 2016-10-22 22:56:16 +0200 | |
commit | d9ae40b9feff3d3de30cb27af5be672fc950888b (patch) | |
tree | 9025a8e595ea8121ddb451b0c42e2e52b631de36 /bgfx/shaders | |
parent | ef16086fea92b1cbb767077535bf469b518cb8c0 (diff) |
Reduced defocus effect to one pass (HLSL/BGFX)
- removed second defocus pass
- limited defocus stength to a maximum of 2.0
Diffstat (limited to 'bgfx/shaders')
-rw-r--r-- | bgfx/shaders/dx11/chains/hlsl/fs_defocus.bin | bin | 1330 -> 1292 bytes |
-rw-r--r-- | bgfx/shaders/dx9/chains/hlsl/fs_defocus.bin | bin | 867 -> 789 bytes |
-rw-r--r-- | bgfx/shaders/gles/chains/hlsl/fs_defocus.bin | bin | 1167 -> 1135 bytes |
-rw-r--r-- | bgfx/shaders/glsl/chains/hlsl/fs_defocus.bin | bin | 1122 -> 1096 bytes |
-rw-r--r-- | bgfx/shaders/metal/chains/hlsl/fs_defocus.bin | bin | 2355 -> 2346 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/bgfx/shaders/dx11/chains/hlsl/fs_defocus.bin b/bgfx/shaders/dx11/chains/hlsl/fs_defocus.bin Binary files differindex 1636abdef10..7459dabdcac 100644 --- a/bgfx/shaders/dx11/chains/hlsl/fs_defocus.bin +++ b/bgfx/shaders/dx11/chains/hlsl/fs_defocus.bin diff --git a/bgfx/shaders/dx9/chains/hlsl/fs_defocus.bin b/bgfx/shaders/dx9/chains/hlsl/fs_defocus.bin Binary files differindex 12ed2624d0b..c14f1574af3 100644 --- a/bgfx/shaders/dx9/chains/hlsl/fs_defocus.bin +++ b/bgfx/shaders/dx9/chains/hlsl/fs_defocus.bin diff --git a/bgfx/shaders/gles/chains/hlsl/fs_defocus.bin b/bgfx/shaders/gles/chains/hlsl/fs_defocus.bin Binary files differindex 5d29797339f..ce6684682f7 100644 --- a/bgfx/shaders/gles/chains/hlsl/fs_defocus.bin +++ b/bgfx/shaders/gles/chains/hlsl/fs_defocus.bin diff --git a/bgfx/shaders/glsl/chains/hlsl/fs_defocus.bin b/bgfx/shaders/glsl/chains/hlsl/fs_defocus.bin Binary files differindex 27765612664..238e85969c2 100644 --- a/bgfx/shaders/glsl/chains/hlsl/fs_defocus.bin +++ b/bgfx/shaders/glsl/chains/hlsl/fs_defocus.bin diff --git a/bgfx/shaders/metal/chains/hlsl/fs_defocus.bin b/bgfx/shaders/metal/chains/hlsl/fs_defocus.bin Binary files differindex ab14379b016..90bf785e554 100644 --- a/bgfx/shaders/metal/chains/hlsl/fs_defocus.bin +++ b/bgfx/shaders/metal/chains/hlsl/fs_defocus.bin |