Fix complination issues by making clip_distance_written static
This commit is contained in:
parent
fc1a3b6310
commit
c64f1994c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue