1 2 3 4 5 6 7 8 9 10
// cpu-helper-functions.h #pragma once #include "cpu-base.h" namespace gfx { using namespace Slang; } // namespace gfx