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