mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-17 19:37:03 +00:00
shader: Initial implementation of an AST
This commit is contained in:
parent
2930dccecc
commit
9170200a11
33 changed files with 1347 additions and 591 deletions
|
|
@ -11,7 +11,7 @@
|
|||
namespace Shader::IR {
|
||||
|
||||
struct Function {
|
||||
boost::container::small_vector<Block*, 16> blocks;
|
||||
BlockList blocks;
|
||||
};
|
||||
|
||||
} // namespace Shader::IR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue