mirror of
https://github.com/NoelFB/blah.git
synced 2025-07-18 19:41:52 +08:00
fixed incorrect D3D11 swap chain parameter
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user