gl/vk: Add constexpr to varying_registers and sync functions between the two backends

This commit is contained in:
scribam 2019-06-09 09:03:27 +02:00 committed by Ani
parent 497f0c26e7
commit c4667133c4
9 changed files with 51 additions and 61 deletions

View file

@ -6,7 +6,7 @@
#include "GLFragmentProgram.h"
#include "GLCommonDecompiler.h"
#include "../GCM.h"
#include "../Common/GLSLCommon.h"
std::string GLFragmentDecompilerThread::getFloatTypeName(size_t elementCount)
{