Update GPU IOs (What a pain)

This commit is contained in:
2024-09-28 17:49:04 +02:00
parent 54b12b13e9
commit 3fab693049
9 changed files with 319 additions and 239 deletions

View File

@@ -200,7 +200,7 @@ namespace JabyEngine {
static constexpr auto Direction = Bit(13);
static constexpr auto Phase = Bit(12);
static constexpr auto Shift = BitRange::from_to(2, 6);
static constexpr auto Step = BitRange::from_to(0, 1);
static constexpr auto Step = BitRange::from_to(0, 1);
};
static constexpr SweepVolume create(SimpleVolume volume) {