Move rsx::constants and rsx::limits to rsx_utils.h

This commit is contained in:
Lassi Hämäläinen 2018-09-28 23:20:38 +03:00 committed by Ivan
parent e9e87b8bd9
commit a070a414a6
5 changed files with 37 additions and 36 deletions

View file

@ -2,8 +2,8 @@
#include "GLVertexProgram.h"
#include "GLFragmentProgram.h"
#include "GLHelpers.h"
#include "../RSXThread.h"
#include "../Common/ProgramStateCache.h"
#include "../rsx_utils.h"
struct GLTraits
{