shader: Split profile and runtime info headers

This commit is contained in:
ReinUsesLisp 2021-06-16 03:22:56 -03:00 committed by ameerj
parent 52be21495e
commit 9389e71b12
13 changed files with 93 additions and 77 deletions

View file

@ -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