mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-20 01:42:53 +00:00
shader: Implement tessellation shaders, polygon mode and invocation id
This commit is contained in:
@@ -73,6 +73,7 @@ bool Inst::MayHaveSideEffects() const noexcept {
|
||||
case Opcode::EndPrimitive:
|
||||
case Opcode::SetAttribute:
|
||||
case Opcode::SetAttributeIndexed:
|
||||
case Opcode::SetPatch:
|
||||
case Opcode::SetFragColor:
|
||||
case Opcode::SetFragDepth:
|
||||
case Opcode::WriteGlobalU8:
|
||||
|
||||
Reference in New Issue
Block a user