mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-17 21:57:52 +00:00
Fix complination issues by making clip_distance_written static
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
namespace Shader::Backend::SPIRV {
|
||||
|
||||
std::bitset<8> clip_distance_written;
|
||||
static std::bitset<8> clip_distance_written;
|
||||
|
||||
using Sirit::Id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user