From 813fd9be03f2972e30275df88f5a6d1e84e17711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:12:40 +0000 Subject: [PATCH 1/2] Bump bgfx from `f99a6b4` to `ffeba57` Bumps [bgfx](https://github.com/bkaradzic/bgfx) from `f99a6b4` to `ffeba57`. - [Release notes](https://github.com/bkaradzic/bgfx/releases) - [Commits](https://github.com/bkaradzic/bgfx/compare/f99a6b424697a6cbe01e935fcda6970ae5d0da6b...ffeba57b8af0d46bcdcd5bd663791e6feb5d33e4) --- updated-dependencies: - dependency-name: bgfx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bgfx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgfx b/bgfx index f99a6b4..ffeba57 160000 --- a/bgfx +++ b/bgfx @@ -1 +1 @@ -Subproject commit f99a6b424697a6cbe01e935fcda6970ae5d0da6b +Subproject commit ffeba57b8af0d46bcdcd5bd663791e6feb5d33e4 From 7f96ef20a714cb9c3b1521c666fe256b3d23b832 Mon Sep 17 00:00:00 2001 From: e-erdal Date: Mon, 18 Oct 2021 10:26:07 +0300 Subject: [PATCH 2/2] Add example "fsr" --- cmake/examples.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/examples.cmake b/cmake/examples.cmake index dbe7d6f..a22d21a 100755 --- a/cmake/examples.cmake +++ b/cmake/examples.cmake @@ -274,6 +274,7 @@ if( BGFX_BUILD_EXAMPLES ) 43-denoise 44-sss 45-bokeh + 46-fsr ) foreach( EXAMPLE ${BGFX_EXAMPLES} )