shader: Implement VertexA stage

This commit is contained in:
FernandoS27
2021-04-19 01:03:38 +02:00
committed by ameerj
parent cb0587f841
commit a2fac91c47
12 changed files with 180 additions and 3 deletions
@@ -21,4 +21,6 @@ namespace Shader::Maxwell {
ObjectPool<IR::Block>& block_pool, Environment& env,
Flow::CFG& cfg);
[[nodiscard]] IR::Program MergeDualVertexPrograms(IR::Program& vertex_a, IR::Program& vertex_b,
Environment& env_vertex_b);
} // namespace Shader::Maxwell