shader: Handle host exceptions

This commit is contained in:
ReinUsesLisp 2021-05-27 17:51:00 -03:00 committed by ameerj
parent 50e491f101
commit 672930b6c8
8 changed files with 98 additions and 45 deletions

View file

@ -10,7 +10,7 @@
namespace Shader::Maxwell {
namespace {
constexpr std::array NAME_TABLE{
#define INST(name, cute, encode) #cute,
#define INST(name, cute, encode) cute,
#include "maxwell.inc"
#undef INST
};