summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-04-22 13:16:37 +0200
committer ImJezze <jezze@gmx.net>2016-04-22 13:16:37 +0200
commitdba12a31ad01a00eb13eb9436977f16d0dd77af3 (patch)
tree21691401b470b33ac575b9e2cee21ee90d1f645f /bgfx
parent4c9c6c8c164d68d6fb32721a4619a41be2639563 (diff)
Small fixes (nw)
- fixed not used u_humbar_hertz_rate parameter - fixed half pixel shift of the shadow mask along the screen diagonal
Diffstat (limited to 'bgfx')
-rw-r--r--bgfx/shaders/dx11/chains/hlsl/fs_post.binbin3095 -> 3165 bytes
-rw-r--r--bgfx/shaders/dx9/chains/hlsl/fs_post.binbin2800 -> 2882 bytes
-rw-r--r--bgfx/shaders/gles/chains/hlsl/fs_post.binbin3941 -> 4009 bytes
-rw-r--r--bgfx/shaders/glsl/chains/hlsl/fs_post.binbin3733 -> 3795 bytes
-rw-r--r--bgfx/shaders/metal/chains/hlsl/fs_post.binbin4477 -> 4512 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/bgfx/shaders/dx11/chains/hlsl/fs_post.bin b/bgfx/shaders/dx11/chains/hlsl/fs_post.bin
index 52f2fbaa78f..4081afffd7a 100644
--- a/bgfx/shaders/dx11/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/dx11/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/dx9/chains/hlsl/fs_post.bin b/bgfx/shaders/dx9/chains/hlsl/fs_post.bin
index 3f2fbf2bd56..efd4837d48a 100644
--- a/bgfx/shaders/dx9/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/dx9/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/gles/chains/hlsl/fs_post.bin b/bgfx/shaders/gles/chains/hlsl/fs_post.bin
index b044cef536b..f892bd39fc2 100644
--- a/bgfx/shaders/gles/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/gles/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/glsl/chains/hlsl/fs_post.bin b/bgfx/shaders/glsl/chains/hlsl/fs_post.bin
index 74c98b2d949..76201d8f610 100644
--- a/bgfx/shaders/glsl/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/glsl/chains/hlsl/fs_post.bin
Binary files differ
diff --git a/bgfx/shaders/metal/chains/hlsl/fs_post.bin b/bgfx/shaders/metal/chains/hlsl/fs_post.bin
index 4ccc6e11b7b..25f3187fbe4 100644
--- a/bgfx/shaders/metal/chains/hlsl/fs_post.bin
+++ b/bgfx/shaders/metal/chains/hlsl/fs_post.bin
Binary files differ