Skip to content

Commit

Permalink
[ScreenSpaceShadows] Double sample count since the pass is cheap, sha…
Browse files Browse the repository at this point in the history
…dows can be cast much further now
  • Loading branch information
PanosK92 committed Dec 1, 2023
1 parent 62d215a commit a8324cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/shaders/screen_space_shadows/bend_sss.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//=======================

#define WAVE_SIZE 64
#define SAMPLE_COUNT 128
#define SAMPLE_COUNT 256
#define HARD_SHADOW_SAMPLES 16
#define FADE_OUT_SAMPLES 8

Expand Down Expand Up @@ -56,4 +56,3 @@ void mainCS

WriteScreenSpaceShadow(in_parameters, Gid, GTid.x);
}

0 comments on commit a8324cf

Please sign in to comment.