mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 08:40:46 -05: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