shader: Split profile and runtime info headers
This commit is contained in:
parent
cbbca26d18
commit
0ffea97e2e
13 changed files with 93 additions and 77 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue