Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VZout committed Sep 8, 2023
1 parent fad21b0 commit 6128685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsr-sys/FidelityFX-FSR2/src/ffx-fsr2-api/vk/ffx_fsr2_vk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
#include "ffx_fsr2_vk.h"
#include "shaders/ffx_fsr2_shaders_vk.h" // include all the precompiled VK shaders for the FSR2 passes
#include "../ffx_fsr2_private.h"
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <codecvt>
#include <locale>

Expand Down

0 comments on commit 6128685

Please sign in to comment.