fixed incorrect D3D11 swap chain parameter

This commit is contained in:
Noel Berry
2021-03-20 22:23:34 -07:00
parent 4351d77f73
commit d388931dd3
2 changed files with 5 additions and 3 deletions

View File

@ -5,14 +5,18 @@
using namespace Blah;
#ifdef __CLANG__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-function"
#endif
#define STBTT_STATIC
#define STB_TRUETYPE_IMPLEMENTATION
#include "../third_party/stb_truetype.h"
#ifdef __CLANG__
#pragma clang diagnostic pop
#endif
namespace
{