Merge pull request #56827 from clayjohn/VULKAN-SSR-bug

Remove mistakenly added push constant from SSR
This commit is contained in:
Rémi Verschelde 2022-01-16 09:30:17 +01:00 committed by GitHub
commit 12d683e93c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -728,7 +728,6 @@ private:
uint8_t metallic_mask[4];
float projection[16];
float prev_projection[16];
};
struct ScreenSpaceReflection {