VideoCore/Shader: Move DebugData to a separate file

This commit is contained in:
Yuri Kunde Schlesner
2016-12-15 22:30:43 -08:00
parent cda7210fad
commit d27cb1dedc
4 changed files with 189 additions and 172 deletions

View File

@ -6,6 +6,7 @@
#include <array>
#include <cmath>
#include <numeric>
#include <boost/container/static_vector.hpp>
#include <nihstro/shader_bytecode.h>
#include "common/assert.h"
#include "common/common_types.h"