Simple quick way to do different attacks that play different shaders.

This commit is contained in:
Zed A. Shaw 2025-04-23 12:32:28 -04:00
parent 58981fd8ed
commit bf8a2dc0c5
10 changed files with 25 additions and 18 deletions

View file

@ -11,12 +11,14 @@
#include "dbc.hpp"
#include "shiterator.hpp"
namespace matrix {
using Row = shiterator::BaseRow<int>;
using Matrix = shiterator::Base<int>;
using viewport = shiterator::viewport_t<Matrix>;
using each_cell = shiterator::each_cell_t<Matrix>;
using each_row = shiterator::each_row_t<Matrix>;