Add a flag to ImTextureID that disables alpha test

This commit is contained in:
Dr. Chat
2016-02-16 16:43:12 -06:00
parent 65d1ea0250
commit a8dfd6a21a
5 changed files with 26 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ class ImGuiDrawer : public WindowListener {
ImGuiIO& GetIO();
static const uint64_t kIgnoreAlpha = (1ull << 32);
protected:
void Initialize();
void SetupFont();