mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
shader: Split profile and runtime info headers
This commit is contained in:
@@ -18,9 +18,6 @@ class Value;
|
||||
namespace Shader::Backend::GLSL {
|
||||
class EmitContext;
|
||||
|
||||
inline void EmitSetLoopSafetyVariable(EmitContext&) {}
|
||||
inline void EmitGetLoopSafetyVariable(EmitContext&) {}
|
||||
|
||||
#define NotImplemented() throw NotImplementedException("GLSL instruction {}", __func__)
|
||||
|
||||
// Microinstruction emitters
|
||||
|
||||
Reference in New Issue
Block a user